@cogniahq/mcp
OfficialRelated Servers
Alternatives to @cogniahq/mcp
No user-submitted related servers found.
Related Servers
- FlicenseAqualityCmaintenanceEnables LLM agents to persist, search, update, forget, summarize, and manage user cognitive memories through MCP tools.7-
- AlicenseNot gradedqualityBmaintenanceEnables AI tools to query a user's private, locally stored memories (notes, documents) with source citations, using the MCP protocol.10 npmMIT
- AlicenseNot gradedqualityCmaintenanceExposes your Google Drive, Slack, GitHub, and Railway to MCP clients with semantic search, per-user permissions, and optional OAuth, allowing natural-language access to your private data and infrastructure.11 npmMIT
- AlicenseNot gradedqualityAmaintenanceProvides MCP tools for AI assistants to add, search, and preload semantic memories that synchronize across devices via encrypted delta sync, enabling seamless cross-device continuity with privacy controls.90MIT
- AlicenseNot gradedqualityCmaintenanceProvides coding agents with governed semantic memory and code-graph context via MCP, enabling code-linked recall, blast-radius impact analysis, and lifecycle-aware memory management.3Apache 2.0
- AlicenseAqualityBmaintenanceProvides persistent, multi-tenant knowledge graph memory for MCP-capable AI tools, allowing them to recall and store entities, observations, and relations across sessions with keyword search.1033 npm3MIT
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: action planning vs execution, and memory retrieval via different methods (get by ID, list chronologically, search semantically). No overlap.
All tools share the 'cognia_' prefix, but naming patterns vary: two use 'domain_verb' (action_execute, action_plan), two use 'verb_noun' (get_memory, list_memories), and one uses just a verb (cognia_search). Also singular/plural inconsistency (memory vs memories).
With 5 tools covering two distinct domains (actions and memories), the count is well-scoped and not overwhelming or too sparse.
The actions domain covers plan and execute but lacks listing, updating, or canceling actions. The memory domain allows reading (get, list, search) but no create, update, or delete operations, leaving notable gaps for a full lifecycle.