Yggdrasil
Related Servers
Alternatives to Yggdrasil
AlicenseAqualityFmaintenanceAn MCP server that integrates with mem0.ai to help users store, retrieve, and search coding preferences for more consistent programming practices.9662Apache 2.0
Related Servers
- AlicenseAqualityAmaintenancePersistent memory for AI coding agents, storing decisions, bug fixes, conventions, and discoveries in a local SQLite database and automatically recalling them when relevant. Works with Claude Code, Codex, Cursor, Gemini CLI, and other MCP-compatible agents.222MIT
- FlicenseNot gradedqualityCmaintenanceLocal-first cross-agent memory for AI coding agents. Persistent, shared memory over MCP — what you tell one agent can be recalled by another — with all data stored in a single local SQLite file, no cloud and no API keys.-
- AlicenseNot gradedqualityBmaintenancePersistent memory for AI coding agents that stores and recalls preferences, decisions, and conventions via semantic similarity, with zero cloud dependencies and plug-and-play MCP integration for Claude Code.Apache 2.0
- AlicenseAqualityBmaintenanceLocal-first memory for Claude Code and any MCP client: hybrid vector + keyword search and a bi-temporal knowledge graph in one SQLite file. Local embeddings, no API key, $0/token.51159 npm2PolyForm Noncommercial 1.0.0
- AlicenseAqualityDmaintenanceGoverned memory for coding agents with trust lifecycle, conflict detection, staleness tracking, and health scoring. SQLite + FTS5, zero infrastructure. Works with Claude Code, Cursor, Codex, Windsurf.133MIT
- AlicenseBqualityAmaintenanceLocal-first memory for MCP clients. It provides shared durable memory without requiring hosted accounts, vector databases, or API keys, and works with Codex, Claude Code, Cursor, and other MCP clients.25222 npm3MIT
TDQS
Scored across 6 tools
The tools are largely distinct: health, remember, and materialize are clearly separate, while recall, bootstrap, and search all retrieve memories but are differentiated by scope (cross-project vs. project context vs. targeted query). Descriptions include explicit guidance on when to use each, reducing but not eliminating the chance of confusion.
All tools share the consistent 'ygg_' prefix and use lowercase snake_case. Most follow a verb-based pattern (recall, bootstrap, search, remember, materialize), though 'ygg_health' is a noun rather than a verb, creating a minor inconsistency.
Six tools is a well-scoped count for a memory server. Each tool earns its place: health monitoring, cross-project recall, project priming, targeted search, memory persistence, and file export. There are no redundant or filler tools.
The server covers create, read/retrieve, and export operations well, but lacks explicit update and delete capabilities for stored memories. Automatic near-duplicate merging partially addresses updates, but there is no clear way to edit or remove a stale or incorrect memory, which is a notable lifecycle gap.