AgentBridge MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENTBRIDGE_MODEL | No | The model identifier to use. | |
| AGENTBRIDGE_API_KEY | Yes | The API key for the OpenAI-compatible endpoint. | |
| AGENTBRIDGE_API_BASE | No | The base URL of the OpenAI-compatible endpoint. | |
| AGENTBRIDGE_STATE_DIR | No | Directory where state is written. Defaults to .agentbridge/ unless provided. | |
| AGENTBRIDGE_WORKSPACE | Yes | The workspace root directory for the agent. | |
| AGENTBRIDGE_ALLOWED_ROOTS | No | Semicolon-separated additional allowed root directories to constrain the server further. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| delegate_taskB | Create an asynchronous secure coding task. Returns only its task and conversation handles. |
| get_taskA | Get a compact task receipt; does not expose model transcripts or tool logs. |
| continue_taskA | Resume a paused or failed task using its persisted conversation. |
| get_diffB | Get a small audited change record for a task or file. Full source and tool logs are excluded. |
| cancel_taskA | Cancel a task. It can no longer be resumed. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
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/icefrostiii/AgentBridge-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server