MCP server bridging Claude CLI to Gemini CLI, Codex, Cursor - queries, and search with hardened subprocess management
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"hampsterx/claude-mcp-bridge"
]
}
}
}
Run in terminal:
claude mcp add claude-mcp-bridge npx -y hampsterx/claude-mcp-bridge
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"hampsterx/claude-mcp-bridge"
]
}
}
}