MCP Server
MCP
Claude Bridge
Durable local-first MCP relay for independent coding agents.
Install
uvx claude-code-bridge
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "claude-code-bridge",
"version": "1.3.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "--stdio",
"type": "positional",
"valueHint": "--stdio"
}
],
"environmentVariables": [
{
"description": "SQLite database path (default: ./claude-bridge.db). Share the same path across HTTP and stdio instances to share state.",
"format": "string",
"name": "CLAUDE_BRIDGE_DB"
},
{
"description": "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.",
"format": "string",
"isSecret": true,
"name": "CLAUDE_BRIDGE_AUTH_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment