Home › Development › Claude Bridge

Claude Bridge

Durable local-first MCP relay for independent coding agents.

Python
★ 11 stars Last pushed 2026-08-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 1.3.0)

uvx claude-code-bridge

Or add to your MCP client config:

{
  "mcpServers": {
    "claude-bridge": {
      "command": "uvx",
      "args": [
        "claude-code-bridge"
      ],
      "env": {
        "CLAUDE_BRIDGE_DB": "<YOUR_VALUE>",
        "CLAUDE_BRIDGE_AUTH_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • CLAUDE_BRIDGE_DB — SQLite database path (default: ./claude-bridge.db). Share the same path across HTTP and stdio instances to share state.
  • CLAUDE_BRIDGE_AUTH_TOKEN secret — Optional Bearer token for HTTP mode. As of 1.2.0, binding a non-loopback host requires this token together with an explicit trusted host (CLAUDE_BRIDGE_TRUSTED_HOSTS), unless --allow-unauthenticated-network is passed; loopback (stdio and localhost) does not require it. When set, all HTTP endpoints except /status require Authorization: Bearer <token>. Not used in stdio mode.

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry