Claude Bridge
Rank #3,190io.github.constripacity/claude-code-bridge
Durable local-first MCP relay for independent coding agents.
Claude Bridge is a Model Context Protocol (MCP) server published by constripacity. It ranks #3,190 of 115,460 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Claude Bridge is listed across 3 registries — Official MCP, PulseMCP and Glama, with 8 tracked versions. It was first listed on May 27, 2026 and most recently updated on Aug 23, 2026.
Ranks ahead of 112,270 of 115,460 servers on MCP Toplist.
Use Claude Bridge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add claude-code-bridge -e "CLAUDE_BRIDGE_DB=<your CLAUDE_BRIDGE_DB>" -e "CLAUDE_BRIDGE_AUTH_TOKEN=<your CLAUDE_BRIDGE_AUTH_TOKEN>" -- uvx claude-code-bridge --stdioReplace each placeholder with your own value before saving.
[mcp_servers.claude-code-bridge]
command = "uvx"
args = ["claude-code-bridge", "--stdio"]
[mcp_servers.claude-code-bridge.env]
CLAUDE_BRIDGE_DB = "<your CLAUDE_BRIDGE_DB>"
CLAUDE_BRIDGE_AUTH_TOKEN = "<your CLAUDE_BRIDGE_AUTH_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"claude-code-bridge": {
"command": "uvx",
"args": [
"claude-code-bridge",
"--stdio"
],
"env": {
"CLAUDE_BRIDGE_DB": "<your CLAUDE_BRIDGE_DB>",
"CLAUDE_BRIDGE_AUTH_TOKEN": "<your CLAUDE_BRIDGE_AUTH_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"claude-code-bridge": {
"command": "uvx",
"args": [
"claude-code-bridge",
"--stdio"
],
"env": {
"CLAUDE_BRIDGE_DB": "<your CLAUDE_BRIDGE_DB>",
"CLAUDE_BRIDGE_AUTH_TOKEN": "<your CLAUDE_BRIDGE_AUTH_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"claude-code-bridge": {
"type": "stdio",
"command": "uvx",
"args": [
"claude-code-bridge",
"--stdio"
],
"env": {
"CLAUDE_BRIDGE_DB": "<your CLAUDE_BRIDGE_DB>",
"CLAUDE_BRIDGE_AUTH_TOKEN": "<your CLAUDE_BRIDGE_AUTH_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"claude-code-bridge": {
"command": "uvx",
"args": [
"claude-code-bridge",
"--stdio"
],
"env": {
"CLAUDE_BRIDGE_DB": "<your CLAUDE_BRIDGE_DB>",
"CLAUDE_BRIDGE_AUTH_TOKEN": "<your CLAUDE_BRIDGE_AUTH_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"claude-code-bridge": {
"command": "uvx",
"args": [
"claude-code-bridge",
"--stdio"
],
"env": {
"CLAUDE_BRIDGE_DB": "<your CLAUDE_BRIDGE_DB>",
"CLAUDE_BRIDGE_AUTH_TOKEN": "<your CLAUDE_BRIDGE_AUTH_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.constripacity%2Fclaude-code-bridge)<a href="https://mcptoplist.com/server/io.github.constripacity%2Fclaude-code-bridge"><img src="https://mcptoplist.com/badge/io.github.constripacity%2Fclaude-code-bridge.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
constripacity
Other servers by constripacity
View all constripacity servers →Available versions (8)
| Version | Published |
|---|---|
| 1.3.0 | Aug 23, 2026 |
| 1.2.0 | Aug 17, 2026 |
| 0.9.6 | Aug 17, 2026 |
| 0.9.5 | Aug 7, 2026 |
| 0.9.4 | Aug 7, 2026 |
| 0.9.0 | Jun 1, 2026 |
| 0.7.2 | May 27, 2026 |
| 0.7.1 | May 27, 2026 |
Frequently asked questions
- Who maintains Claude Bridge?
- Claude Bridge is maintained by constripacity, which publishes 2 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Claude Bridge listed on the Official MCP Registry?
- Yes — Claude Bridge is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Claude Bridge have?
- MCP Toplist tracks 8 versions of Claude Bridge, most recently published on Aug 23, 2026.
- Where can I find the source code for Claude Bridge?
- The source code for Claude Bridge is hosted at github.com/constripacity/claude-bridge.