Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OGHAM_HOSTNoHost for SSE transport.
OGHAM_PORTNoPort for SSE transport.8742
OLLAMA_URLNoOllama server URL.http://localhost:11434
DATABASE_URLNoPostgreSQL connection string. Required if DATABASE_BACKEND is 'postgres'.
SUPABASE_KEYNoSupabase secret key (service_role). Required if DATABASE_BACKEND is 'supabase'.
SUPABASE_URLNoYour Supabase project URL. Required if DATABASE_BACKEND is 'supabase'.
EMBEDDING_DIMNoVector dimensions. Must match your database schema.512
OPENAI_API_KEYNoOpenAI API key. Required if EMBEDDING_PROVIDER is 'openai'.
VOYAGE_API_KEYNoVoyage AI API key. Required if EMBEDDING_PROVIDER is 'voyage'.
DEFAULT_PROFILENoMemory profile name.default
MISTRAL_API_KEYNoMistral API key. Required if EMBEDDING_PROVIDER is 'mistral'.
OGHAM_TRANSPORTNoTransport mode: 'stdio' or 'sse'.stdio
DATABASE_BACKENDNoThe database backend to use: 'supabase' or 'postgres'.supabase
EMBEDDING_PROVIDERNoThe embedding provider to use: 'ollama', 'openai', 'mistral', or 'voyage'.ollama
OLLAMA_EMBED_MODELNoOllama embedding model.embeddinggemma
TEMPORAL_LLM_MODELNoLLM model string (e.g., 'gpt-4o-mini' or 'ollama/llama3.2') to use for complex temporal search expressions.
VOYAGE_EMBED_MODELNoVoyage embedding model.voyage-4-lite
DEFAULT_MATCH_COUNTNoMaximum results per search.10
MISTRAL_EMBED_MODELNoMistral embedding model.mistral-embed
DEFAULT_MATCH_THRESHOLDNoSimilarity threshold for search results.0.7

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/ogham-mcp/ogham-mcp'

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