Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OLLAMA_HOSTNoOllama host URL (required when using Ollama provider)http://127.0.0.1:11434
MILVUS_TOKENNoYour Zilliz Cloud API key or Milvus token for vector database access
GEMINI_API_KEYNoYour Gemini API key (required when using Gemini provider)
MILVUS_ADDRESSNoYour Zilliz Cloud public endpoint or Milvus address
OPENAI_API_KEYNoYour OpenAI API key (required when using OpenAI provider)
EMBEDDING_MODELNoThe embedding model to use. Default varies by provider (e.g., text-embedding-3-small for OpenAI, voyage-code-3 for VoyageAI, gemini-embedding-001 for Gemini, nomic-embed-text for Ollama)
GEMINI_BASE_URLNoCustom API base URL for Gemini (for custom endpoints)https://generativelanguage.googleapis.com/v1beta
OPENAI_BASE_URLNoCustom API base URL for OpenAI (for Azure OpenAI or other compatible services)https://api.openai.com/v1
VOYAGEAI_API_KEYNoYour VoyageAI API key (required when using VoyageAI provider)
CUSTOM_EXTENSIONSNoAdditional file extensions to include beyond defaults (e.g., .vue,.svelte,.astro,.twig)
EMBEDDING_PROVIDERNoThe embedding provider to use. Supported providers: OpenAI, VoyageAI, Gemini, OllamaOpenAI
EMBEDDING_BATCH_SIZENoThe embedding batch size to optimize the performance of the MCP server, depending on your embedding model throughput100
CUSTOM_IGNORE_PATTERNSNoAdditional ignore patterns to exclude files/directories (e.g., temp/**,*.backup,private/**,uploads/**)

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/sahinrasit/ibtech-mcp-claude-context'

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