claude-mcp-bridge
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@claude-mcp-bridgeanalyze the src directory for bugs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
claude-mcp-bridge
MCP server that lets any agent or MCP host (Cursor, Codex, Antigravity, another Claude Code,
your own app) delegate to Claude Code running headless (claude -p). Claude is the strongest
model here, so the tool surface is deliberately narrow — reasoning, review and autonomous work.
Cheap mechanical work (mapping a repo, scanning files) is intentionally left out: it would burn
expensive tokens, and Claude already explores natively (Explore subagent + LSP/Grep/Glob) inside
delegate. For cheap exploration use a lighter bridge (e.g. cursor-mcp-bridge).
Mirrors the ergonomics of agy-bridge / codex: every tool takes an optional model and
effort, returns a session_id, and supports follow_up to continue without resending context.
Tools
Tool | Purpose |
| Full autonomous task — Claude runs its own loop with tool access in |
| Strict review of a diff/plan/files: bugs, security, edge cases. Read-only. |
| Web/docs lookup via Claude's web access. |
| Continue a prior session by |
Every tool accepts: cwd (project root), model (e.g. opus, sonnet, haiku), effort
(low | medium | high).
Related MCP server: mcp-agent-review
Requirements
Node ≥ 18
claudeCLI installed and authenticated (claudeonce to log in).
Install
git clone https://github.com/JaimeJunr/claude-mcp-bridge.git
cd claude-mcp-bridge
npm install
npm run buildRegister in an MCP host
Claude Code:
claude mcp add claude-bridge -s user -- node /abs/path/to/claude-mcp-bridge/dist/index.jsCursor / Codex / any host — add to its mcp.json:
{
"mcpServers": {
"claude-bridge": {
"command": "node",
"args": ["/abs/path/to/claude-mcp-bridge/dist/index.js"]
}
}
}Configuration (env)
Var | Default | Meaning |
|
| Path to the |
|
| Permission mode: |
|
| Per-call timeout. |
Security:
acceptEditslets delegated Claude edit files autonomously;bypassPermissionsadditionally allows unrestricted shell. Only raise this for trusted workspaces. The review / analyze / search tools instruct Claude to stay read-only regardless.
Develop
npm test # vitest — unit tests for arg building / json parsing
npm run dev # run from source via tsxLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JaimeJunr/claude-mcp-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server