memory-arbiter-mcp
Related Servers
Alternatives to memory-arbiter-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityFmaintenanceLocal-first MCP memory server that gives AI coding agents long-term memory via SQLite and sqlite-vec, with optional LLM-powered layering. No gateway or API key required.7126 npm4MIT
- AlicenseNot gradedqualityDmaintenanceA self-hosted MCP server that provides AI assistants with a shared, persistent SQLite-backed memory for storing and retrieving project context, decisions, and discoveries. It enables cross-session continuity and team-wide knowledge sharing to keep AI coding tools aligned and informed.3MIT
- FlicenseNot gradedqualityDmaintenanceA persistent, conflict-aware memory MCP server for AI coding assistants (Cursor, Claude Code).-
- AlicenseAqualityCmaintenanceA local-first MCP server that provides a shared Markdown-based memory for AI coding agents, enabling cross-agent context persistence via tools like memory_search and memory_capture.101MIT
- AlicenseNot gradedqualityBmaintenanceA local-first MCP server that gives AI coding assistants persistent, project-scoped memory across sessions, storing facts and decisions in a SQLite database under .aimem/ and exposing tools for searching, storing, and conflict-resolving memories.30 npmMIT

threadctx-mcpofficial
AlicenseAqualityBmaintenanceShared memory MCP server for AI coding agents, enabling context sharing across sessions with local SQLite or cloud-based semantic search, compatible with Claude Code and Cursor.239 npm1MIT
TDQS
Scored across 4 tools
The four tools are mostly distinct: review is read-only, govern is state-changing, repair is maintenance, and memory is daily operations. Some overlap exists between govern and repair (both can handle conflicts/duplicates), but the descriptions clarify the intended separation.
All tool names use a consistent memory_ prefix with a single verb (review, govern, repair, memory). The pattern is predictable, though the fourth tool 'memory' breaks the verb_noun convention by repeating the server name instead of using an action verb.
Four tools is a reasonable, focused count for a memory management server. Each tool is broad with many sub-actions, so the count feels slightly thin but appropriate given the consolidated command surface.
The tool set covers the core memory lifecycle: create/read/update/find, review, conflict resolution, and maintenance. Minor gaps exist (no explicit delete/destroy action visible, and some sub-actions are hidden behind help), but the surface appears functionally complete for its domain.