Skip to main content
Glama
cmdparkour

memory-mcp-server

by cmdparkour

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMORY_DATA_DIRNoDirectory for memory database filesPlatform-specific (macOS: ~/Library/Application Support/memory-mcp/data, Linux: ~/.local/share/memory-mcp/data, Windows: %APPDATA%\memory-mcp\data)
MEMORY_CACHE_DIRNoCache directory for embedding modelSystem default

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
memory_storeC

Store a memory. kind must be one of: preference, project, workflow, knowledge, summary.

memory_searchA

Search memories by semantic similarity and keywords. Returns ranked results.

memory_listB

List memories with optional filters. Ordered by creation date descending.

memory_updateB

Update an existing memory's content, tags, or priority.

memory_deleteC

Delete a memory by ID.

memory_statsA

Get memory system statistics: total count, breakdown by kind and project.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: delete by ID, list with filters, search by similarity/keywords, get stats, store new, update existing. No overlap.

Naming Consistency5/5

All tools follow a consistent 'memory_verb' pattern in snake_case, making the operation immediately clear.

Tool Count5/5

6 tools is well-scoped for a memory system, covering core operations without unnecessary bloat.

Completeness4/5

Covers CRUD (store, list, search, update, delete) plus stats. Minor gap: no explicit get-by-id, but list/search likely return full memory objects.

Maintenance

ActivityInactive
ResponsivenessNo issues