Skip to main content
Glama
HsinPu

CommandBridge MCP

by HsinPu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COMMAND_BRIDGE_HTTP_HOSTNoHTTP bind address.127.0.0.1
COMMAND_BRIDGE_HTTP_PORTNoHTTP port.8800
COMMAND_BRIDGE_TRANSPORTNoTransport mode: stdio or http.stdio
COMMAND_BRIDGE_BEARER_TOKENNoRequired in HTTP mode; minimum 32 characters.
COMMAND_BRIDGE_ALLOWED_HOSTSNoComma-separated Host header values; required for non-loopback binds.
COMMAND_BRIDGE_ALLOWED_ROOTSNoWorking-directory roots separated by OS path delimiter (default startup directory).
COMMAND_BRIDGE_ALLOWED_SHELLSNoComma-separated shell names (default OS-specific).
COMMAND_BRIDGE_EXECUTION_MODENoallowlist or unrestricted.allowlist
COMMAND_BRIDGE_MAX_TIMEOUT_MSNoMaximum requested timeout in milliseconds.60000
COMMAND_BRIDGE_PASSTHROUGH_ENVNoAdditional environment variable names inherited by child commands.
COMMAND_BRIDGE_ALLOWED_COMMANDSNoComma-separated command names used in allowlist mode (default OS-specific).
COMMAND_BRIDGE_MAX_OUTPUT_CHARSNoCombined stdout and stderr limit.50000
COMMAND_BRIDGE_DEFAULT_TIMEOUT_MSNoDefault command timeout in milliseconds.15000
COMMAND_BRIDGE_MAX_PARALLEL_COMMANDSNoPer-process concurrency limit.2

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
command_bridge_get_system_infoA

Return operating-system information and the effective CommandBridge command policy.

command_bridge_run_commandA

Run one command on this Linux or Windows host. Allowlist mode blocks shell control syntax and unconfigured commands. This tool may change host state when unrestricted mode is enabled.

command_bridge_list_audit_eventsA

Return recent CommandBridge command audit events. Commands are redacted; command output, bearer tokens, and environment values are never included.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/HsinPu/command-bridge-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server