Claude Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 297 installs a week from pypi. Last commit 23 Aug 2026.
Durable local-first MCP relay for independent coding agents.
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
query = _TASK_SELECT + "WHERE channel = ?"
params: list = [channel]
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add claude-code-bridge -- uvx claude-code-bridge
{
"mcpServers": {
"claude-code-bridge": {
"args": [
"claude-code-bridge"
],
"command": "uvx"
}
}
}
[mcp_servers.claude-code-bridge]
command = "uvx"
args = ["claude-code-bridge"]
{
"mcpServers": {
"claude-code-bridge": {
"args": [
"claude-code-bridge"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"claude-code-bridge": {
"args": [
"claude-code-bridge"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
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 (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.).
The author declared them in the registry entry; get the values from the project itself.
Local-first codebase intelligence MCP server for AI coding agents.
Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.
Local-first intent and provenance for Codex, Claude Code, Cursor, Gemini CLI, and MCP agents.
Local-first multilingual, auditable memory for Codex, Claude Code, and MCP clients.
Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor
Local-first dashboard + MCP for Claude Code and Codex token usage. Per-MCP/tool breakdown.
Session memory for coding agents: local-first recall, drift detection, on-device inference.
Phone-first local dev MCP for Claude Code and Codex: install Yaver, pair mobile, run, build, deploy.
Answers built from our own checks of this server.