CommandBridge MCP
by HsinPu
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COMMAND_BRIDGE_HTTP_HOST | No | HTTP bind address. | 127.0.0.1 |
| COMMAND_BRIDGE_HTTP_PORT | No | HTTP port. | 8800 |
| COMMAND_BRIDGE_TRANSPORT | No | Transport mode: stdio or http. | stdio |
| COMMAND_BRIDGE_BEARER_TOKEN | No | Required in HTTP mode; minimum 32 characters. | |
| COMMAND_BRIDGE_ALLOWED_HOSTS | No | Comma-separated Host header values; required for non-loopback binds. | |
| COMMAND_BRIDGE_ALLOWED_ROOTS | No | Working-directory roots separated by OS path delimiter (default startup directory). | |
| COMMAND_BRIDGE_ALLOWED_SHELLS | No | Comma-separated shell names (default OS-specific). | |
| COMMAND_BRIDGE_EXECUTION_MODE | No | allowlist or unrestricted. | allowlist |
| COMMAND_BRIDGE_MAX_TIMEOUT_MS | No | Maximum requested timeout in milliseconds. | 60000 |
| COMMAND_BRIDGE_PASSTHROUGH_ENV | No | Additional environment variable names inherited by child commands. | |
| COMMAND_BRIDGE_ALLOWED_COMMANDS | No | Comma-separated command names used in allowlist mode (default OS-specific). | |
| COMMAND_BRIDGE_MAX_OUTPUT_CHARS | No | Combined stdout and stderr limit. | 50000 |
| COMMAND_BRIDGE_DEFAULT_TIMEOUT_MS | No | Default command timeout in milliseconds. | 15000 |
| COMMAND_BRIDGE_MAX_PARALLEL_COMMANDS | No | Per-process concurrency limit. | 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
- 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/HsinPu/command-bridge-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server