C
Claude MCP Bridge
by @hampsterx
MCP server bridging Claude CLI to Gemini CLI, Codex, Cursor - code review, queries, and search with hardened subprocess management
Created 4/5/2026
Updated about 7 hours ago
README
Repository documentation and setup instructions
claude-mcp-bridge
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/hampsterx/claude-mcp-bridge
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"hampsterx-claude-mcp-bridge": {
"command": "git",
"args": [
"clone",
"https://github.com/hampsterx/claude-mcp-bridge"
]
}
}
}