Switchboard
by johnjanthony
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SWITCHBOARD_HOST | No | Local bind address for the SSE/HTTP server. | 127.0.0.1 |
| SWITCHBOARD_PORT | No | Local port for the SSE/HTTP server. | 9876 |
| SWITCHBOARD_LOG_PATH | No | Path to the event audit log. | ./logs/switchboard.jsonl |
| SWITCHBOARD_WSL_HOME | No | Override for the resolved WSL home path; escape hatch for the NSSM Session 0 case where the wsl.exe -e bash probe fails. | |
| FIREBASE_DATABASE_URL | Yes | The URL of your Firebase Realtime Database. | |
| SWITCHBOARD_RATE_LIMIT | No | Max messages per minute per conversation before ask_human / notify_human / send_document_human are rejected. | 30 |
| SWITCHBOARD_SPAWN_ROOT | No | Alias for SWITCHBOARD_WINDOWS_SPAWN_ROOT. | |
| FIREBASE_STORAGE_BUCKET | No | Hostname of your Firebase Storage bucket. | |
| SWITCHBOARD_TIMEOUT_SECONDS | No | How long ask_human blocks before returning __TIMEOUT__. | 86400 |
| FIREBASE_SERVICE_ACCOUNT_JSON | Yes | Absolute path to your Firebase service account key JSON file. | |
| SWITCHBOARD_WINDOWS_SPAWN_ROOT | No | Windows root containing your project folders (e.g. C:\Work). Alias: SWITCHBOARD_SPAWN_ROOT. | |
| SWITCHBOARD_WSL_SPAWN_ROOT_SEGMENT | No | Segment appended to the resolved WSL home to locate the workspace root (e.g. /home/john/work). | work |
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/johnjanthony/Switchboard'
If you have feedback or need assistance with the MCP directory API, please join our Discord server