Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDIS_URLYesRedis connection string (working tier).
DATABASE_URLYesPostgres connection string (Postgres + pgvector for episodic/semantic tiers).
OPENAI_API_KEYNoOpenAI API key. If not set, embeddings and summarization fall back to deterministic local hashing and naive dedup.
DECAY_AFTER_DAYSNoDays after which an unaccessed episodic memory's confidence starts decaying.
ENABLE_SCHEDULERNoSet to 'false' to disable background consolidation and decay jobs.
CONFLICT_THRESHOLDNoCosine similarity threshold below duplicate threshold but above which older similar memories are superseded.
DUPLICATE_THRESHOLDNoCosine similarity threshold above which a write is treated as a duplicate (bumps existing memory instead of inserting).
DECAY_INTERVAL_MINUTESNoInterval in minutes for the confidence decay sweep.
CONSOLIDATION_MIN_EPISODICNoMinimum number of un-consolidated episodic memories per scope to trigger automatic consolidation.
CONSOLIDATION_INTERVAL_MINUTESNoInterval in minutes for the consolidation sweep.

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/masikgit/memser'

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