Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SWITCHBOARD_HOSTNoLocal bind address for the SSE/HTTP server.127.0.0.1
SWITCHBOARD_PORTNoLocal port for the SSE/HTTP server.9876
SWITCHBOARD_LOG_PATHNoPath to the event audit log../logs/switchboard.jsonl
SWITCHBOARD_WSL_HOMENoOverride for the resolved WSL home path; escape hatch for the NSSM Session 0 case where the wsl.exe -e bash probe fails.
FIREBASE_DATABASE_URLYesThe URL of your Firebase Realtime Database.
SWITCHBOARD_RATE_LIMITNoMax messages per minute per conversation before ask_human / notify_human / send_document_human are rejected.30
SWITCHBOARD_SPAWN_ROOTNoAlias for SWITCHBOARD_WINDOWS_SPAWN_ROOT.
FIREBASE_STORAGE_BUCKETNoHostname of your Firebase Storage bucket.
SWITCHBOARD_TIMEOUT_SECONDSNoHow long ask_human blocks before returning __TIMEOUT__.86400
FIREBASE_SERVICE_ACCOUNT_JSONYesAbsolute path to your Firebase service account key JSON file.
SWITCHBOARD_WINDOWS_SPAWN_ROOTNoWindows root containing your project folders (e.g. C:\Work). Alias: SWITCHBOARD_SPAWN_ROOT.
SWITCHBOARD_WSL_SPAWN_ROOT_SEGMENTNoSegment 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

NameDescription

No tools

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/johnjanthony/Switchboard'

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