AgentBridge MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENTBRIDGE_TRANSPORT | No | Transport mode: stdio (default) or http. Set to 'http' to enable Streamable HTTP MCP transport. | |
| AGENTBRIDGE_ALLOW_REMOTE | No | Set to 'true' to allow remote target URLs (escape hatch, prints warning). | |
| AGENTBRIDGE_ACTION_TIMEOUT_MS | No | Timeout for action calls in milliseconds. Default 10000. Clamped to valid range. | |
| AGENTBRIDGE_MAX_RESPONSE_BYTES | No | Maximum response body size in bytes. Default 1048576 (1MB). Clamped. | |
| AGENTBRIDGE_ALLOWED_TARGET_ORIGINS | No | Comma-separated list of allowed target origins for action endpoints. Defaults to loopback only. | |
| AGENTBRIDGE_CONFIRMATION_TTL_SECONDS | No | Time-to-live for confirmation tokens in seconds. Default 300. Clamped. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
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/marmar9615-cloud/agentbridge-protocol'
If you have feedback or need assistance with the MCP directory API, please join our Discord server