Files
my-pal-mcp-server/examples/claude_config_macos.json

18 lines
381 B
JSON

{
"comment": "macOS configuration using Docker",
"comment2": "Ensure Docker is running and containers are started",
"comment3": "Run './setup-docker.sh' first to set up the environment",
"mcpServers": {
"zen": {
"command": "docker",
"args": [
"exec",
"-i",
"zen-mcp-server",
"python",
"server.py"
]
}
}
}