CortexGraph
Related Servers
Alternatives to CortexGraph
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceThis MCP server enables AI assistants to maintain persistent, human-like memory by storing and recalling information that naturally fades unless reinforced through use, with long-term promotion for frequently accessed memories.17AGPL 3.0
- FlicenseBqualityDmaintenanceA Model Context Protocol server that provides persistent memory capabilities for AI systems, enabling true continuity of consciousness across conversations through episodic, semantic, procedural, and strategic memory types.246-
- FlicenseNot gradedqualityDmaintenanceA MCP server that provides persistent memory for AI assistants, storing personal information, relationships, and observations to enable personalized and contextual conversations.4-
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides AI agents with persistent memory capabilities through Mem0, allowing them to store, retrieve, and semantically search memories.682MIT
- AlicenseAqualityDmaintenanceAn MCP server that implements memory with decay mechanics, allowing AI agents to store and retrieve memories that fade over time unless accessed, with a permanent journal for verification.3MIT
- AlicenseAqualityBmaintenanceAn MCP server providing long-term memory for AI agents with forgetting curves, consolidation, and graph-based retrieval.1014MIT
TDQS
Scored across 13 tools
Most tools have distinct purposes: save, retrieve, search, promote, prune, etc. Some overlap exists between cluster_memories (finding groups) and consolidate_memories (merging groups), and between search_memory (STM only) and search_unified (STM+LTM), but descriptions clarify the boundaries.
The majority of tools follow a clear verb_noun pattern (save_memory, open_memories, search_memory, promote_memory). The abbreviation 'gc' breaks the pattern, and 'search_unified' is slightly less descriptive than the others, but overall naming is consistent and predictable.
13 tools is well-scoped for a memory management server. Each tool covers a distinct aspect (creation, retrieval, search, reinforcement, consolidation, promotion, garbage collection, relations, metrics) without feeling bloated or sparse.
The tool surface covers the core memory lifecycle: save, retrieve, search, reinforce, promote, cluster, consolidate, and garbage collect. Minor gaps include no direct way to edit a memory's content or explicitly delete a single memory by ID (GC handles removal but not selectively). Relation management is also limited to creation with no update/delete.