claude-agent-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-agent-bridgereview the current git diff for potential issues"
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-agent-bridge
MCP bridge for using local Claude CLI as a bounded reviewer and analysis delegate for Codex.
Goals
Let Codex delegate small, bounded tasks to Claude.
Keep Codex responsible for final decisions, file edits, commits, deploys, and verification.
Redact sensitive-looking lines before sending context.
Save Claude outputs for audit and follow-up review.
Avoid mixing bridge infrastructure experiments into work repos.
Related MCP server: codex-claude-bridge
Tools
claude_status: check delegation state.claude_set_enabled: enable or disable delegation.claude_ask: ask Claude for bounded analysis with optional files.claude_review_diff: ask Claude to review current git diff or selected paths.claude_read_result: read saved Claude output.
Local Checks
python -m py_compile scripts\claude_delegate.py mcp\claude_mcp_server.py
python -X utf8 -m json.tool .mcp.json
python -m unittest discover -s tests
python scripts\claude_delegate.py status --jsonPlugin manifest validation uses the Codex plugin creator validator, which requires
PyYAML in the active Python environment.
Actual Claude delegation may need to run outside the managed Codex sandbox:
python scripts\claude_delegate.py --task second-opinion --prompt "Reply with exactly: OK" --timeout-seconds 30 --jsonSafety Rules
Do not send secrets, tokens, webhooks, passwords, API keys, or tickets.
Do not ask Claude to edit files, run live operations, commit, push, or deploy.
Pass only the smallest useful diff, file excerpt, or log excerpt.
Treat Claude output as review input, not authority.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/pinkpanther7929/claude-agent-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server