memmd-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMMD_STALE_DAYS | No | Days before stale cleanup (min: 7) | 120 |
| MEMMD_MEMORY_PATH | No | Path to memory file | ./memory.md |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rememberC | Add memory content with automatic dedupe/contradiction merge. |
| recallC | Search memory entries with optional section/category filters. |
| forgetC | Delete a memory entry by ID. |
| summarizeA | Summarize memory by category and archive stale entries. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: forget deletes by ID, recall searches with filters, remember adds with merging, and summarizes archives. No overlap or ambiguity.
All tool names are single-word, lowercase verbs following a consistent imperative pattern (forget, recall, remember, summarize).
4 tools is a well-scoped count for a memory management server, covering essential operations without bloat or deficiency.
The set covers create (remember), read (recall), delete (forget), and maintenance (summarize). An explicit update tool is missing, but remember's merge functionality partially addresses it.