mind-elixir-mcpofficial
A
licenseNot graded
qualityB
maintenanceBridges stdio-only MCP clients to the Mind Elixir Desktop app, enabling AI assistants to create, inspect, edit, and annotate mind maps in real time.
58 npm
1
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool serves a clear, distinct purpose: storing memories, retrieving recent ones, and searching by query. No overlap exists between the three operations.
All tools follow a consistent 'memos_<verb>' pattern (remember, recent, search), making the naming predictable and easy to understand.
With 3 tools, the count is slightly on the low side but appropriate for a focused memory server. It covers the core operations without unnecessary bloat.
The tool set lacks update and delete operations, which are notable gaps for a complete memory management system. However, the retrieval and creation tools are well-implemented.