mcp-memory
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rememberA | Store a memory about the user. Automatically detects duplicates and reinforces existing memories instead. Categories: one-time, question, interest, preference, correction, fact, context. Each category decays at a different rate. |
| recallA | Retrieve relevant memories ranked by smart relevance (decay × frequency × match). Old one-time questions naturally rank low. Frequent interests rank high. |
| forgetA | Explicitly delete a memory by ID or content match. |
| reinforceA | The user mentioned this topic again — boost its relevance and reset decay clock. After 5 mentions, "question" auto-upgrades to "interest". |
| inspectA | See all memories with decay status, relevance scores, and ages. Debug view. |
| pruneA | Remove memories that have decayed below a relevance threshold. Cleans up old one-time questions automatically. |
| statsB | Memory health overview: active, fading, and dead memories by category. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/ShipItAndPray/mcp-memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server