NexusMem
Related Servers
Alternatives to NexusMem
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceEnables coding agents to store and retrieve source-backed context locally in SQLite, with FTS5 search, optional reranking, and stdio MCP tools.MIT
- AlicenseNot gradedqualityAmaintenanceProvides AI agents with persistent, local, and shareable project memory by storing decisions and code context in a searchable SQLite index, supporting keyword and semantic search via MCP.3MIT
- FlicenseNot gradedqualityBmaintenanceLocal-first memory for AI coding agents. Indexes your Claude Code, Codex, Cursor, Cline and Gemini CLI history by repo/branch/worktree and hands a context capsule (decisions, touched files, next steps) to the next agent over MCP.-
- AlicenseNot gradedqualityBmaintenanceGives coding agents a local, SQLite-backed memory of a codebase, enabling them to query symbol impact, change history, and task scope through MCP while recording what actually changed after edits.MIT
- AlicenseAqualityAmaintenanceLocal-first dev memory: indexes Git commits, PRs, Jira/Linear tickets, Confluence docs, Slack threads, and Calendar events into a local SQLite/FTS5/ONNX index, and exposes them as MCP tools so Claude Code, Cursor, and Codex can search and cite your past work.174MIT
- AlicenseBqualityAmaintenanceLocal repo-intelligence MCP for coding agents: indexes source, symbols, call graphs, git/GitHub history, and source-bound repo memories into local database.4720MIT
TDQS
Scored across 6 tools
Each tool targets a distinct operation: syncing, status, searching, chronological listing, stale suggestion listing, and resolving stale suggestions. Even the two listing tools are clearly separated by purpose (relevance vs. chronological, suggestions vs. memory). No overlap or ambiguity.
All tool names follow a consistent verb_noun snake_case pattern: list, search, sync, get, resolve. The naming style is uniform and predictable, making it easy to guess tool behavior from the name.
Six tools is well-scoped for the server's purpose: ingestion, retrieval, status, and stale-suggestion management. Each tool serves a distinct need without redundancy or unnecessary bloat.
The core lifecycle is covered: sync to ingest, search/recent to retrieve, status to monitor, and stale suggestion listing/resolution to manage contradictions. Minor gaps exist, such as no per-node manual deletion tool, though sync_project's prune options partially address source-level deletion.