agent-bridge-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MANUS_API_KEY | No | Manus API key. Alternative to a credential file; do not place in MCP manifests or prompts. | |
| MANUS_API_BASE_URL | No | Manus API base URL override. Defaults to https://api.manus.ai; development override accepts loopback HTTP(S) only. | |
| AGENT_BRIDGE_CONFIG | No | Path to the agent-bridge configuration file. If not set, the server uses --config, an adjacent config.json, or the default config path. | |
| AGENT_BRIDGE_STATE_DIR | No | Directory for bridge state (sessions, workboards, approvals, cumulative budget ledger). Defaults to %USERPROFILE%\.agent-bridge. | |
| AGENT_BRIDGE_BUNDLE_MODE | No | Set to '1' to enable MCPB bundle mode, which uses the same validator without requiring an adjacent config. When enabled, AGENT_BRIDGE_ALLOWED_ROOT must also be provided. | |
| AGENT_BRIDGE_ALLOWED_ROOT | No | An existing absolute project directory allowed as the root when bundle mode is enabled. | |
| AGENT_BRIDGE_REMOTE_EGRESS | No | Set to 'true' to allow direct remote egress (e.g., Manus). Requires Manus enabled, a remote data classification, and per-call approvals. | false |
| AGENT_BRIDGE_DEFAULT_SANDBOX | No | Default sandbox authority: read-only, workspace-write, or full-access. Bundle mode defaults to read-only. | read-only |
| AGENT_BRIDGE_SANDBOX_CEILING | No | Maximum allowed sandbox authority for any request. Full access requires an explicit full-access ceiling. | workspace-write |
| AGENT_BRIDGE_REMOTE_DATA_CLASS | No | Data classification required when remote egress is enabled. |
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
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues