Durable local-first MCP relay for independent coding agents.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
claude-code-bridge · pypi · 1.3.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.constripacity/claude-code-bridge",
"description": "Durable local-first MCP relay for independent coding agents.",
"title": "Claude Bridge",
"repository": {
"url": "https://github.com/constripacity/Claude-Bridge",
"source": "github"
},
"version": "1.3.0",
"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"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-23T01:05:22.958887Z",
"publishedAt": "2026-08-23T01:05:22.958887Z",
"updatedAt": "2026-08-23T01:05:22.958887Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.3.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.