Memento
Related Servers
Alternatives to Memento
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceMemento is a local-first, LLM-agnostic memory layer. It runs an MCP server over a single SQLite file on your machine, so any MCP-capable AI assistant — Claude Desktop, Claude Code, Cursor, GitHub Copilot, Cline, OpenCode, Aider, a custom agent — can read and write durable, structured memory about you, your work, and your decisions.75 npm23Apache 2.0
- AlicenseAqualityCmaintenanceMemento is a local-first MCP server that gives AI coding agents durable project memory — facts, decisions, patterns, and architecture notes — so they stop re-learning the same context every session. Runs locally on Node.js 18+ with SQLite storage and optional cloud embeddings; works with Claude Code, Cursor, Windsurf, and any MCP client.196 npm2MIT
- 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
- AlicenseNot gradedqualityDmaintenanceLocal-first persistent memory for AI agents via MCP, enabling semantic search and memory sharing across agents with zero cloud cost and full privacy.7 npm1MIT
- AlicenseNot gradedqualityBmaintenanceMCP server providing persistent AI memory with four-tier retrieval (SQLite FTS5, graph, vector, LLM agent) to give AI assistants structured, long-term memory without RAG.1Apache 2.0
- AlicenseCqualityAmaintenanceLocal-first, governable long-term memory for AI agents. Provides SQLite-backed storage, cross-session recall, and traceable memory corrections through a standard MCP interface.4055 PyPI1MIT
TDQS
Scored across 6 tools
Most tools expose distinct functional areas—search, migration, dependency audit, configuration, cognitive actions, and coercion—so an agent can typically tell them apart. However, memento_configure includes 'coercion' and 'dependency_tracker' actions that overlap with memento_coercion and memento_audit_dependencies.
All tools share the consistent memento_ prefix and snake_case style, but the suffixes mix verb phrases like audit_dependencies and migrate_workspace_memories with noun/module names like cognitive and coercion. This is readable but lacks a uniform verb_noun pattern.
Six tools is a well-scoped count for a server with this breadth of operational areas. Each tool represents a distinct functional domain, and the number is comfortably within the ideal range.
The server covers search, migration, audit, configuration, cognitive actions, and coercion management, but it lacks direct memory lifecycle operations such as create, update, or delete memories. For a memory-focused server, this is a notable gap even though the maintenance and control surface is fairly complete.