hive-memoryofficial
A
licenseNot graded
qualityB
maintenanceMCP server for personal and shared memory with full-text search (SQLite FTS5) and outcome tracking, compatible with any MCP agent like Claude Code, Cursor, and Codex CLI.
7 npm
MIT
No user-submitted related servers found.
Scored across 2 tools
The two tools have clearly distinct purposes: one for querying past learnings, the other for storing new ones. No overlap or ambiguity.
Both tools follow a consistent memory_verb pattern (memory_query, memory_write), making it predictable and easy to navigate.
Only two tools for a memory/storage server; while minimal, they cover basic read and write operations. The set feels thin but could be sufficient for a focused use case.
The tool surface lacks essential operations like listing all memories, deleting outdated entries, or updating existing ones, leaving significant gaps for typical memory management workflows.