claude-bridge-mcp
by 0motionguy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BRIDGE_HOST | No | Bind address | 0.0.0.0 |
| BRIDGE_PORT | No | Server port | 3100 |
| BRIDGE_TIMEOUT | No | Execution timeout in ms | 120000 |
| BRIDGE_API_TOKEN | No | Bearer token for authentication. If set, all requests (except /health) require Authorization: Bearer <token> | |
| BRIDGE_ALLOWED_IPS | No | Comma-separated IP allowlist. Empty means all IPs allowed. Localhost is always allowed. | |
| BRIDGE_ALLOWED_DIRS | No | Comma-separated directory allowlist. Empty defaults to the current working directory. | |
| BRIDGE_QUEUE_TIMEOUT | No | Queue wait timeout in ms | 30000 |
| BRIDGE_MAX_CONCURRENT | No | Max concurrent Claude CLI executions | 2 |
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/0motionguy/claude-bridge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server