Odel
Claude Bridge

Claude Bridge

Local
@constripacity11PythonMITUpdated 2w ago

Durable local-first MCP relay for independent coding agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIclaude-code-bridgev1.3.0

Run

uvx claude-code-bridge

MCP client config

{
  "mcpServers": {
    "claude-bridge": {
      "command": "uvx",
      "args": [
        "claude-code-bridge"
      ]
    }
  }
}