Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZEP_API_KEYNoAPI key for Zep (required to run the zep backend).
MEM0_API_KEYNoAPI key for the Mem0 hosted platform (required to run the mem0 backend).
OPENAI_API_KEYNoOpenAI API key used by mem0_direct for embeddings and extraction.
OPENVIKING_API_KEYNoAPI key for OpenViking (required to run the openviking backend).
MEMPALACE_STORAGE_PATHNoPath to the MemPalace storage (required to run the mempalace backend).
MEMTRUST_JUDGE_API_KEYNoAPI key for the LLM judge used in LongMemEval/LoCoMo evals (needed for LLM-judged evals).
MEM0_DIRECT_VECTOR_STORE_URLNoURL for the vector store, default is http://localhost:6333.
MEM0_DIRECT_EMBEDDER_PROVIDERNoEmbedder provider for the mem0_direct backend (e.g., openai).
MEM0_DIRECT_VECTOR_STORE_PROVIDERNoVector store provider for the mem0_direct backend (e.g., qdrant).

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
runA

Run the memtrust agent-memory benchmark harness and return the resulting JSON report. args are passed straight through to memtrust run (e.g. ["--backends", "mempalace", "--eval", "contradiction"]). Backends without a configured credential env var are reported as skipped, not an error.

Real memtrust --help output: memtrust: benchmark harness for agent-memory backends.

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/RudrenduPaul/memtrust'

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