Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OLLAMA_HOSTNoOllama server URL (default: 'http://localhost:11434')
LMSTUDIO_HOSTNoLM Studio server URL (default: 'http://localhost:1234')
SUPERMEM_VECTORNoSet 'true' to enable ChromaDB vector tier (default: 'false')
SUPERMEM_API_KEYNoBearer token for HTTP API auth (disabled if unset)
SUPERMEM_DB_PATHNoSQLite database path (default: '~/.supermem/supermem.db')
ANTHROPIC_API_KEYNoRequired if provider is 'claude'
OPENROUTER_API_KEYNoRequired if provider is 'openrouter' (or default)
SUPERMEM_LLM_MODELNoModel string (provider default if not set)
SUPERMEM_RATE_LIMITNoRequests/minute limit (default: '60')
SUPERMEM_VAULT_PATHYesPath to the markdown vault directory (required, no default)
SUPERMEM_WORKER_PORTNoHTTP dashboard port (default: '37777')
SUPERMEM_LLM_PROVIDERNoLLM provider (default: 'openrouter'); options: 'openrouter', 'ollama', 'claude', 'lmstudio'
SUPERMEM_COMPRESS_EVERYNoObservations written before LLM compression (default: '50')

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/lamenting-hawthorn/supermem'

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