Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRANSPORTNoTransport mode: stdio or http
DIMENSIONSNoEmbedding dimensions1024
CONFIG_PATHNoPath to MCP configuration file (mcp-servers.json)
OPENAI_API_KEYYesOpenAI API key for embeddings and descriptions
DESCRIBE_IMAGESNoUse vision to describe imagestrue
QDRANT_DATA_PATHYesPath to local directory for embedded Qdrant vector database (no separate server needed)
MAX_RESULT_TOKENSNoChunk threshold for large results5000
VISION_MODEL_NAMENoModel for describing imagesgpt-4.1-mini
EMBEDDING_MODEL_NAMENoOpenAI embedding modeltext-embedding-3-small
DESCRIPTOR_MODEL_NAMENoModel for generating tool descriptionsgpt-4.1-mini
TOOL_OFFLOADED_DATA_PATHYesPath for storing offloaded content (large results, images)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/milkymap/omnimcp'

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