AgentBridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| codex_runA | Delegate a task to the Codex CLI running as an external worker, using your existing Codex login (no API key). Model and reasoning effort are chosen per call and never inherited from global Codex config. Returns the worker's final result plus git-verified files_changed and scope_violations, and — unless skipped — a |
| antigravity_runA | Delegate a task to the Antigravity CLI ( |
| bridge_statusA | Report AgentBridge health: version, project directory, whether git-based scope verification will work here, whether the Codex and Antigravity CLIs are installed, their versions and sign-in state, per-model availability (available | unavailable | unverified) and the efforts each model accepts, resolved Antigravity model ids, active jobs, and warnings. Consumes no model inference — availability comes from each CLI's own catalogue, and is reported as |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| agentbridge | Size a goal, plan it, delegate it across the AI CLIs you have installed, verify the result and report. The main entry point. |
| agentbridge_setup | First run. Detect installed CLIs, prove each one works, interview the user, research their models, and write the routing profile. |
| agentbridge_status | Render bridge_status plainly: what is installed, signed in and available, and how the profile maps roles today. Costs no inference. |
| agentbridge_doctor | Diagnose the installation with real smoke jobs rather than version probes, and say exactly what to fix. |
| agentbridge_profile | Show the routing profile, explain why a role maps where it does, or re-derive a single role without redoing setup. |
| agentbridge_recon | Delegate one bounded repository investigation and report the answer. No implementation, no batches. |
| agentbridge_review | Review the working diff, or a named target, using a different model family than the one that wrote it. |
| agentbridge_resume | Read the run state and continue where a previous run stopped, without repeating finished work. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/is-bo/agentbridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server