One local gateway for all your MCP servers, across every AI coding tool (Claude, Cursor, VS Code, Codex…). Keys in your OS keychain. No Docker, no cloud.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"conduit": {
"command": "cargo",
"args": [
"run",
"--",
"conduit"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add conduit cargo run -- conduit
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"conduit": {
"command": "cargo",
"args": [
"run",
"--",
"conduit"
]
}
}
}
📋 Copy