Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_TOOL_LOGGINGNoEnable logging of all tool calls to SQLite.true
OPENROUTER_MODELNoOpenRouter model to use.google/gemini-2.0-flash-exp:free
PYTHONUNBUFFEREDNoSet to 1 to disable Python buffering.1
MAX_AGENT_HISTORYNoSliding window for agent conversation history.50
MCP_EXECUTOR_TYPENoType of executor: docker or local.docker
MCP_SANITIZE_LOGSNoSanitize sensitive data in logs.false
MCP_WORKSPACE_DIRNoDirectory for workspace../workspace
MCP_SERVERS_CONFIGYesPath to the MCP servers configuration JSON file.
OPENROUTER_API_KEYYesAPI key for OpenRouter, required for sub-agents.
MAX_COMPLETION_TOKENSNoHard limit on output tokens.
MCP_ADDITIONAL_MOUNTSNoComma-separated list of additional host directories to mount.
MCP_DISCOVERY_TIMEOUTNoTimeout in seconds for server discovery.30
MCP_EXECUTION_TIMEOUTNoTimeout in seconds for code execution.300
OPENROUTER_TRANSFORMSNoAuto-compress prompts when exceeding context size.true
MCP_KNOWLEDGE_BASE_DIRNoDirectory for knowledge base storage../knowledge_base

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/angrysky56/mcp_coordinator'

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