Context Memory MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mistakeC | Record something that failed so you don't repeat it |
| learnedB | Cache a problem/solution pair for future reference |
| recallC | Search for relevant mistakes and solutions |
| promoteC | Export a learning to CLAUDE.md for permanent reference |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Context Memory Statistics | 0 mistakes, 0 solutions recorded |
| Recent Mistakes | Things that failed (to avoid repeating) |
| Cached Solutions | Problems solved (for future reference) |
TDQS
Scored across 4 tools
Each tool targets a distinct action: recording failures, recording solutions, searching, and exporting. The descriptions clearly differentiate the purposes, so selection ambiguity is low.
The tool names use mixed conventions: 'recall' and 'promote' are verbs, while 'mistake' and 'learned' are nouns/past participles. There is no consistent verb_noun pattern, making it harder to predict tool behavior from the name.
Four tools is well-scoped for a memory/learning management server, covering the core operations without excessive fragmentation.
The server covers recording (mistakes/learnings), recall, and promotion to permanent storage, but lacks update and delete operations for managing existing memories. This leaves a notable gap for correcting or removing outdated information.