{
  "comment": "Example Claude Desktop configuration for Zen MCP Server",
  "comment2": "Run './run-server.sh -c' to get the exact configuration for your system",
  "comment3": "For platform-specific examples, see the examples/ directory",
  "mcpServers": {
    "zen": {
      "command": "/path/to/zen-mcp-server/.zen_venv/bin/python",
      "args": ["/path/to/zen-mcp-server/server.py"]
    }
  }
}