Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OLLAMA_HOSTNoOllama server URLhttp://localhost:11434
NEUROMCP_DB_PATHNoDatabase file path~/.neuromcp/memory.db
NEUROMCP_LOG_LEVELNoLog level: debug, info, warn, or errorinfo
NEUROMCP_NAMESPACENoNamespace for memory isolation (per-project)
NEUROMCP_DECAY_LAMBDANoImportance decay rate0.01
NEUROMCP_MAX_DB_SIZE_MBNoMax database size in MB500
NEUROMCP_MIN_IMPORTANCENoPrune threshold0.05
NEUROMCP_DEDUP_THRESHOLDNoCosine similarity threshold for deduplication0.92
NEUROMCP_EMBEDDING_MODELNoModel name (auto-detected)auto
NEUROMCP_AUTO_CONSOLIDATENoEnable periodic consolidation (true/false)false
NEUROMCP_DEFAULT_NAMESPACENoDefault namespacedefault
NEUROMCP_EMBEDDING_PROVIDERNoEmbedding provider: auto, onnx, ollama, or openaiauto
NEUROMCP_TOMBSTONE_TTL_DAYSNoDays before tombstoned records are permanently swept30
NEUROMCP_SWEEP_INTERVAL_HOURSNoTTL sweep frequency in hours6
NEUROMCP_AUTO_COMMIT_SIMILARITYNoAuto-merge threshold0.95
NEUROMCP_CONSOLIDATE_INTERVAL_HOURSNoConsolidation frequency in hours24

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/AdelElo13/neuromcp'

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