skillmem
Related Servers
Alternatives to skillmem
- AlicenseAqualityAmaintenanceMemory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources530,698Apache 2.0
- AlicenseBqualityAmaintenanceBasic Memory is a knowledge management system that allows you to build a persistent semantic graph from conversations with AI assistants. All knowledge is stored in standard Markdown files on your computer, giving you full control and ownership of your data. Integrates directly with Obsidan.md175,691 PyPI3,970AGPL 3.0
Related Servers
- AlicenseBqualityAmaintenanceEnables local AI coding agents and web agents to store, retrieve, and search memories using hybrid semantic, lexical, and knowledge-graph ranking with cognitive decay modeling in a local on-device database.15MIT
- AlicenseNot gradedqualityAmaintenanceProvides long-term memory for LLMs via local SQLite storage with hybrid search (BM25, vectors, recency decay), enabling AI coding agents to persist and recall memories across sessions without cloud or API keys.53MIT
- AlicenseNot gradedqualityNot gradedmaintenanceProvides AI coding agents with persistent, long-term memory through local semantic search and SQLite storage. It enables agents to save and retrieve architectural decisions or project context across different conversation sessions without requiring cloud services.MIT
- FlicenseNot gradedqualityAmaintenanceProvides persistent, local-first memory with knowledge graph and hybrid search for AI coding agents, reducing token usage by storing decisions, patterns, and codebase context.8-
- AlicenseNot gradedqualityCmaintenanceProvides AI coding agents with persistent, graph-connected memory across projects, enabling cross-project context retrieval via synaptic connections and hybrid search.6 npm8MIT
- AlicenseNot gradedqualityAmaintenanceProvides persistent memory for AI coding agents via MCP, enabling agents to store and semantically recall facts, events, and lessons across sessions, all running locally without cloud dependencies.Apache 2.0
TDQS
Scored across 9 tools
Each tool maps to a distinct action—searching, fetching by slug, listing, writing, updating, learning, recalling, reinforcing, and pinning. Even the superficially similar mem_search and mem_recall are clearly separated by mem_recall's skill-specific retrieval, strength weighting, and reinforcement side effect.
All tools use the mem_ prefix followed by a consistent imperative verb: search, get, list, write, update, learn, recall, reinforce, pin. The naming pattern makes each tool's purpose predictable and the set highly uniform.
Nine tools is well-scoped for a memory and skill management server. The set covers retrieval, record lifecycle, skill learning, reinforcement, and pinning without unnecessary duplication or bloat.
The tool surface covers creation, retrieval, update, and the skill feedback loop thoroughly. The main gap is lifecycle cleanup: there is no explicit delete or archive tool, and the untrusted-data approval state mentioned in mem_get has no corresponding approval action.