Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABASE_URLNoPostgreSQL connection string (e.g., postgresql://user:pass@host:5432/mnemos). Required when using the default postgres backend.
GROQ_API_KEYNoAPI key for Groq. Required if LLM_PROVIDER is 'groq'.
LLM_PROVIDERNoWhich LLM provider to use for generation. Must be 'anthropic' or 'groq'.
NEO4J_PASSWORDNoPassword for the Neo4j database. Required when STORAGE_BACKEND is 'neo4j'.
STORAGE_BACKENDNoStorage backend for episodic and semantic memory. One of 'postgres' (default), 'qdrant', or 'neo4j'.
ANTHROPIC_API_KEYNoAPI key for Anthropic. Required if LLM_PROVIDER is 'anthropic'.
MNEMOS_MCP_USER_IDNoFixed user ID for MCP memory store. Defaults to 'claude-code'.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
mnemos_rememberA

Store a durable fact worth recalling in a future session — a stated preference, a decision and its reasoning, a recurring convention. Not routine task details, not anything already in the codebase/CLAUDE.md.

mnemos_recallA

Retrieve memories relevant to a query — call this near the start of a task that might benefit from prior context about the user or their preferences/projects.

mnemos_list_memoriesA

List all currently active memories with their IDs, for browsing or as input to mnemos_forget.

mnemos_forgetA

Forget (archive) a specific memory by its ID, as shown by mnemos_list_memories. Soft-delete: the fact is archived, not erased, and stays visible in mnemos's audit log — never call this speculatively, only when the user explicitly asks to forget something.

mnemos_reflectA

Run a consolidation pass: merge near-duplicate memories, decay stale ones, archive anything that decays past the forget threshold. Requires a real LLM provider configured (ANTHROPIC_API_KEY or GROQ_API_KEY) for the merge step. Call this occasionally to keep memory tidy, not on every turn.

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/vishalbanwari26/mnemos'

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