Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for the server.3000
DATABASE_URLYesPostgreSQL connection string for the transcript database.
GEMINI_MODELNoModel name for Gemini.gemini-2.5-flash
OPENAI_MODELNoModel name for OpenAI.gpt-4o-mini
DEEPSEEK_MODELNoModel name for DeepSeek.deepseek-v4-flash
GOOGLE_API_KEYYesAPI key for Google (Gemini).
MOONSHOT_MODELNoModel name for Moonshot (Kimi).kimi-k2.5
OPENAI_API_KEYYesAPI key for OpenAI.
OPENAI_BASE_URLNoBase URL for OpenAI-compatible API.https://api.openai.com/v1
DEEPSEEK_API_KEYYesAPI key for DeepSeek.
MOONSHOT_API_KEYYesAPI key for Moonshot (Kimi).
DEEPSEEK_BASE_URLNoBase URL for DeepSeek API.https://api.deepseek.com
MAX_CONTEXT_CHARSNoMaximum context size in characters.60000
MOONSHOT_BASE_URLNoBase URL for Moonshot API.https://api.moonshot.ai/v1
PANEL_BEARER_TOKENYesStatic bearer token for MCP requests. Must be at least 32 random bytes.

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/mreyad/mcp-chatroom'

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