{
"comment": "Example Claude Desktop configuration for EX 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": {
"ex": {
"command": "/path/to/ex-mcp-server/.venv/bin/python",
"args": ["/path/to/ex-mcp-server/server.py"]
}
}
}