agentsmd-memory
Related Servers
Alternatives to agentsmd-memory
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenancePersistent project context (AGENTS.md), cross-session memory, and identity — discoverable by any MCP client.4949 npm2MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that gives agents persistent memory with namespaced facts, tags, full-text search, and TTL expiry, all running locally on SQLite with zero external dependencies.3MIT
- AlicenseNot gradedqualityBmaintenanceMCP server providing agents with persistent working, episodic, and semantic memory backed by CockroachDB, exposed via tools to store, recall, list, and forget memories.MIT

yantrikdb-mcpofficial
AlicenseNot gradedqualityAmaintenanceMCP server providing cognitive memory tools (remember, recall, think, etc.) for AI agents, enabling forgetting, consolidation, and contradiction detection.174Apache 2.0- FlicenseNot gradedqualityBmaintenanceProvides a self-hosted shared memory service that lets AI agents capture and recall durable facts, decisions, and context across multiple tools and MCP-capable clients.3-
- AlicenseAqualityCmaintenanceMCP server providing persistent memory for AI agents, enabling them to read, write, and query memories across sessions.917 npmMIT
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one saves new facts, the other removes outdated ones. There is no overlap or ambiguity.
Both tools follow a consistent 'memory_' prefix followed by a verb ('save', 'forget') that accurately describes their action.
With only 2 tools, the server is minimal but well-scoped for its purpose of managing a single memory file. It could benefit from a read or update tool, but the count is not inappropriate.
The set covers the core operations of adding and removing facts, but lacks the ability to explicitly list or update facts. However, agents can use their own read tools to inspect the file, and updates can be simulated by a forget-then-save sequence.