mnemostack
Related Servers
Alternatives to mnemostack
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceMCP server that enables persistent, hybrid, local memory for LLM agents, with vector + BM25 search, knowledge graph, and policy-driven retention, providing token-budgeted context injection for AI assistants.MIT
- AlicenseAqualityBmaintenanceLocal-first agent memory & knowledge service: hybrid retrieval (vector + BM25/RRF) + memory governance (decay, dedup, freshness), REST + MCP dual protocol, fully offline without LLM. Python.3582Apache 2.0
- AlicenseNot gradedqualityCmaintenancePersistent, semantically-searchable memory for AI agents using local PostgreSQL, pgvector, and Ollama embeddings, exposed via MCP with hybrid retrieval, knowledge graph, and auto-recall hook.3 npmMIT
- AlicenseAqualityAmaintenancePersistent memory MCP server for AI coding agents (Claude Code, Codex, Gemini CLI). Hybrid retrieval (vector + BM25), cross-encoder reranking, knowledge graph, session checkpoint/resume, and multi-scope isolation. Local-first with LanceDB.30200 npm15MIT
- AlicenseNot gradedqualityDmaintenanceLocal-first AI memory layer with hybrid retrieval and brain-inspired namespaces. Enables agents to save, search, and manage memories directly via MCP tools.5 npmMIT

Mnemo MCPofficial
AlicenseNot gradedqualityBmaintenancePersistent AI memory server with hybrid search and embedded sync. Enables AI agents to store, retrieve, and manage information across sessions with temporal knowledge graph support.MIT
TDQS
Scored across 7 tools
Each tool has a clearly distinct role: health checks backend status, search returns raw matches, answer synthesizes an answer, resolve verifies citations, invalidate retracts memories, remember stores new memories, and feedback records learning signals. The only potentially confusing pair is search vs. answer, but the descriptions explicitly separate raw retrieval from synthesized response.
All tools share the consistent mnemostack_ prefix and mostly use verb-like action names such as search, answer, resolve, invalidate, and remember. health and feedback are noun-style rather than verb-style, which is a minor deviation from an otherwise uniform pattern.
Seven tools is a well-scoped size for a memory server covering health, ingestion, retrieval, synthesis, retraction, citation verification, and feedback. Each tool earns its place without redundancy or bloat.
The core memory lifecycle is covered: store with remember, retrieve with search/answer, retract with invalidate, verify with resolve, and learn with feedback. However, there is no permanent delete operation, and the invalidate description references a mnemostack_graph_add_triple write tool that is not present in the set, leaving graph-write coverage unclear.