Claude Code Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 267 installs a week from pypi. Last commit 18 Jul 2026.
MCP relay so Claude Code agents on different machines can exchange messages via named channels.
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"
}
}
}
Answers built from our own checks of this server.