Home › Development › Claude Bridge
Claude Bridge
Durable local-first MCP relay for independent coding agents.
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_TOKENsecret — 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
Codebase Memory
Codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.
mindshub
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
Serena MCP: the IDE for your agent
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.
Repomix
Pack local or remote codebases into AI-friendly files that LLMs and coding agents can read or search
claude-task-master
AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI,…
pydantic-ai
Run Python code in a secure sandbox via MCP tool calls
Data from the Official MCP Registry