Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable debug-level logging
MCP_HTTP_BINDNoBind address for HTTP server127.0.0.1
MCP_HTTP_PORTNoEnable HTTP transport on this port (required for multi-thread spawning)
OPENAI_API_KEYNoFor voice transcription (Whisper), TTS, and memory consolidation
TELEGRAM_TOKENYesTelegram Bot API token
AUTONOMOUS_MODENoEnable autonomous agent behaviorfalse
MCP_HTTP_SECRETNoShared secret for HTTP transport auth (recommended when MCP_HTTP_PORT is set)
NARRATIVE_MODELNoModel for narrative generation (falls back to CONSOLIDATION_MODEL)
REFLECTION_MODELNoModel for reflection pipeline (falls back to CONSOLIDATION_MODEL)
TELEGRAM_CHAT_IDYesForum supergroup chat ID
VOICE_ANALYSIS_URLNoVoice emotion analysis microservice URL
CONSOLIDATION_MODELNoOpenAI model for memory consolidationgpt-4o
DMN_ACTIVATION_HOURSNoHours of idle before DMN reflection fires4
WAIT_TIMEOUT_MINUTESNoHow long wait_for_instructions blocks (minutes)1440
CONSOLIDATION_ENABLEDNoSet to 'false' to disable sending episodes to OpenAI for consolidationtrue
TELEGRAM_SUPERVISOR_TOKENNoSeparate bot token for supervisor DM commands (avoids 409 conflict)

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/andriyshevchenko/sensorium-mcp'

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