17 lines
417 B
JSON
17 lines
417 B
JSON
{
|
|
"comment": "Example Claude Desktop configuration for Zen MCP Server",
|
|
"comment2": "For Docker setup, use examples/claude_config_docker_home.json",
|
|
"comment3": "For platform-specific examples, see the examples/ directory",
|
|
"mcpServers": {
|
|
"zen": {
|
|
"command": "docker",
|
|
"args": [
|
|
"exec",
|
|
"-i",
|
|
"zen-mcp-server",
|
|
"python",
|
|
"server.py"
|
|
]
|
|
}
|
|
}
|
|
} |