mindcore-memory-mcp
Related Servers
Alternatives to mindcore-memory-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenancePersistent memory MCP server for AI agents that stores, recalls, and searches conversation history, key-value context, and long-term entries across sessions with semantic search and FIFO queues.48 npm1-
- AlicenseAqualityBmaintenanceAn MCP server providing long-term memory for AI agents with forgetting curves, consolidation, and graph-based retrieval.1014 npmMIT
- AlicenseAqualityAmaintenanceA long-term memory MCP server for AI agents that stores memories (facts, decisions, etc.) in a single SQLite database with hybrid search and full edit history, ensuring consistency across sessions.381MIT
- AlicenseNot gradedqualityCmaintenanceA lightweight MCP server that provides long-term memory for LLMs by storing and retrieving important facts, decisions, and preferences through smart semantic search and automatic organization.12MIT
- AlicenseAqualityCmaintenanceMCP server for long-term agent memory, providing persistent memory, searchable knowledge, and evolving identity for AI agents.53Apache 2.0
- FlicenseNot gradedqualityBmaintenanceA persistent memory server for AI agents using MCP protocol, enabling semantic storage and retrieval of dialogues, documents, and agent states.-
TDQS
Scored across 9 tools
Each tool has a clearly distinct purpose: BND algorithm evaluation, deduction, memory CRUD operations, context building, and stats. No overlapping functionality.
Tools follow a consistent snake_case convention with prefixes like 'bnd_' and 'memory_', though 'deduce' deviates from the verb_noun pattern and 'memory_context' is noun_noun instead of verb_noun.
9 tools is well within the ideal 3-15 range, covering all essential operations for a memory system with cognitive algorithms without being excessive.
Covers core memory operations (store, recall, delete, update confidence, stats, context) and specialized BND/deduction tools. Minor gaps like inability to update other memory fields or list all memories are acceptable.