Central Intelligence
Related Servers
Alternatives to Central Intelligence
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to store and semantically retrieve durable memories across sessions via MCP or REST, with tools for remembering, recalling, asking, updating, and forgetting memories.5 npmMIT
- AlicenseNot gradedqualityBmaintenanceProvides persistent semantic memory for AI agents via MCP, enabling them to remember, recall, list, update, and forget memories with vector-based similarity search.ISC
- AlicenseCqualityBmaintenancePersistent semantic memory for MCP-compatible agents, enabling them to remember and recall text, audio, and documents across sessions.1055 npmMIT
- AlicenseAqualityDmaintenanceProvides persistent memory with semantic search for MCP-based AI agents, enabling them to store and recall information across sessions using vector embeddings.41MIT
- FlicenseNot gradedqualityCmaintenanceProvides persistent, causal memory for AI agents with semantic recall, causal tracking, and importance-based forgetting through MCP tools.-
- AlicenseNot gradedqualityAmaintenanceProvides AI agents with persistent, human-like memory infrastructure via MCP, enabling them to store, search, summarize, and forget episodic, semantic, procedural, and working memories across sessions.859 npmMIT
TDQS
Scored across 5 tools
Each tool has a clearly distinct role: context for broad bootstrapping, recall for specific queries, remember for writes, forget for deletes, and share for scope changes. The context/recall distinction is especially well-handled with explicit usage guidance for each.
All tool names are single lowercase words following a consistent imperative style (remember, recall, forget, share). The only minor deviation is 'context', which is a noun rather than a verb, though it still fits the single-word pattern.
Five tools is well-scoped for a persistent memory system. Each tool covers a distinct operation (load context, store, search, delete, share) and none feel redundant or unnecessary.
The core memory lifecycle is covered: write (remember), read (context/recall), delete (forget), and scope management (share). The only minor gap is the lack of an explicit update operation, though the descriptions acknowledge this by recommending forget-then-remember for corrections.