Context Memory MCP Server
Related Servers
Alternatives to Context Memory MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceCaptures user corrections and improvements during interactions, logs them, finds recurring patterns, and prescribes preventive fixes like CLAUDE.md rules, skills, scripts, or MCP tools to avoid repeating mistakes.6 npmMIT
- AlicenseNot gradedqualityDmaintenanceEngineering memory for Claude Code — prevents re-investigating solved problems and repeating rejected architectural decisions across sessions and projects.Apache 2.0
- AlicenseCqualityCmaintenanceDaem0n-MCP provides AI agents with persistent, semantically indexed memory to track decisions, rules, and outcomes across sessions. It actively prevents repetitive mistakes by enforcing context checks and prioritizing information about past failures during recall. Best for Claude Code.1173MIT
- AlicenseAqualityDmaintenancePersistent memory and automatic git snapshots for Claude Code, capturing decisions, patterns, and architecture across sessions.1037 npm98MIT
- AlicenseNot gradedqualityBmaintenanceKeeps a structured log of every Claude Code session and provides it as context at the start of the next session, using local SQLite.3MIT
- AlicenseNot gradedqualityDmaintenancePersistent session memory for Claude Code, providing episodic recall across sessions via structured markdown logs and BM25 search.1MIT
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.