Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MODELYesREQUIRED - Default model for idea generation (e.g., meta-llama/llama-3.2-3b-instruct)
OPENAI_MODELNoOpenAI-specific model override (defaults to MODEL)
COHERE_API_KEYNoOptional API key for Cohere embeddings
OPENAI_API_KEYNoOptional API key for OpenAI embeddings
VOYAGE_API_KEYNoOptional API key for Voyage AI embeddings
ANTHROPIC_MODELNoAnthropic-specific model override (defaults to MODEL)
EMBEDDING_MODELNoModel for the chosen embedding provider
GENETIC_MCP_GPUNoEnable GPU acceleration (true/false)false
OPENROUTER_MODELNoOpenRouter-specific model override (defaults to MODEL)
WORKER_POOL_SIZENoNumber of parallel LLM workers5
ANTHROPIC_API_KEYNoOptional API key for Anthropic LLM provider
GENETIC_MCP_DEBUGNoEnable debug logging (true/false)false
EMBEDDING_PROVIDERNoEmbedding backend (openai, cohere, sentence-transformer, voyage, dummy). Default depends on configuration.
OPENROUTER_API_KEYYesRequired API key for LLM generation via OpenRouter
SESSION_TTL_SECONDSNoSession timeout in seconds3600
GENETIC_MCP_LOG_FILENoOptional log file path for persistent logging
GENETIC_MCP_LOG_LEVELNoLogging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)INFO
GENETIC_MCP_MEMORY_DBNoPath to memory databasegenetic_mcp_memory.db
GENETIC_MCP_TRANSPORTNoTransport mode (stdio for MCP, http for web)stdio
GENETIC_MCP_MEMORY_ENABLEDNoEnable memory & learning system (true/false)true
GENETIC_MCP_OPTIMIZATION_LEVELNoOptimization level (basic, enhanced, gpu, full)enhanced
GENETIC_MCP_OPTIMIZATION_ENABLEDNoEnable advanced optimization features (true/false)true

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/andrasfe/genetic-mcp'

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