Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_MEMORY_PATHYesThe absolute path where memories are saved to disk (e.g., /path/to/mcp-memory-server/mcp_memory_data).

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
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
memory_searchA

Search the semantic memory for a specific project using a natural language query.

memory_addB

Add a new memory fragment/document to the project's vector store.

memory_list_sourcesB

List all files/sources ingested for a project.

memory_delete_sourceB

Delete all memories associated with a specific file source.

memory_statsC

Get statistics for a project's memory (chunk count).

memory_resetC

Reset (clear) all memories for a project.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: add, delete by source, list sources, reset, search, and stats. No overlapping functionality between them.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with 'memory_' prefix, e.g., memory_add, memory_delete_source. No mixing of conventions.

Tool Count5/5

6 tools is well-scoped for a memory management server covering core CRUD-like operations plus search and stats. Not too few nor too many.

Completeness4/5

Covers add, delete by source, list sources, search, and stats. Lacks individual memory item update or delete, but for vector stores these are less critical. Minor gap.

Maintenance

ActivityInactive
ResponsivenessNo issues