mcp-switchboard
by AkosPapp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_SWITCHBOARD_DATA_DIR | No | Directory used for storing SQLite call log and other persistent data. | |
| MCP_SWITCHBOARD_TUNNEL_HOST | No | Host/interface for the public tunnel listener. Must be reachable by clients. Defaults to loopback. | 127.0.0.1 |
| MCP_SWITCHBOARD_LOKI_ENABLED | No | Set to 'true' to enable batching and pushing tool call and lifecycle events to Loki. | false |
| MCP_SWITCHBOARD_PRIVATE_HOST | No | Host/interface for the private listener serving the console, /mcp, API and metrics. Defaults to loopback; set to 0.0.0.0 to expose it. | 127.0.0.1 |
| MCP_SWITCHBOARD_TUNNEL_TOKEN | Yes | The bearer token required by the tunnel endpoint. Can be a literal value or a path to an existing regular file containing the secret. | |
| MCP_SWITCHBOARD_PRIVATE_TOKEN | No | If the private listener is exposed beyond loopback, set this token to authenticate access to it. |
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