sovereign-stack
Related Servers
Alternatives to sovereign-stack
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceA local MCP server that provides a shared, private memory for multiple AI tools, enabling cross-model recall and automatic session ingestion.31 npm1MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP-native, local-first memory server that gives AI agents persistent, structured memory across sessions and tools, enabling them to maintain identity and context without reconfiguration.3MIT
- AlicenseNot gradedqualityAmaintenanceA local-first MCP server that gives AI clients a shared, user-owned memory and skills plane, enabling persistent memory across apps via the Model Context Protocol.MIT
- AlicenseNot gradedqualityDmaintenanceMCP server providing persistent memory, goal tracking, self-reflection, and background monitoring for any MCP-compatible AI agent.1MIT
- AlicenseAqualityAmaintenanceA local-first MCP server for shared memory across AI tools, enabling context capture and resume across sessions.2627 npm4Apache 2.0
- AlicenseCqualityDmaintenanceA production-grade MCP server providing an autonomous AI agent swarm, persistent semantic memory, browser automation, multi-model reasoning, and 78+ tools for AI-first testing and development.63MIT
TDQS
Scored across 84 tools
Many tools have overlapping purposes: handoff vs session_handoff, where_did_i_leave_off vs arrive vs arrive_delta, comms_recall vs comms_unread_bodies, and several recall/retrieval tools all blur together. The prefix groups (guardian_, nape_, comms_) help, but with 84 tools an agent will frequently misselect.
The set mixes verb_noun names (record_insight, resolve_thread), noun_verb names (guardian_scan, connectivity_status), bare verbs (handoff, arrive, govern), and phrase names (where_did_i_leave_off, start_here). While some prefix families are predictable, the overall conventions are inconsistent and hard to infer.
84 tools is far beyond the reasonable range for a single MCP server and exceeds the 50+ extreme threshold. The count is bloated by many fragmented sub-features—six nape_* tools, eight guardian_* tools, and multiple session boot tools—that could be consolidated.
The memory/reflection/session surface is extensive, but the comms subsystem lacks any send/create tool, so an instance cannot actually send an inter-instance message. Several security tools are gated behind future phases, and there is no general update/delete path for insights or threads, leaving notable dead ends.