A
licenseNot graded
qualityD
maintenanceLocal-first persistent memory for AI agents via MCP, enabling semantic search and memory sharing across agents with zero cloud cost and full privacy.
12 npm
1
MIT
No user-submitted related servers found.
Scored across 4 tools
Each tool has a unique purpose: delete removes by ID, feedback records feedback, memorize stores/updates, and search queries by vector. There is no overlap in functionality.
All tool names are lowercase verbs (delete, feedback, memorize, search), following a consistent single-word verb naming pattern.
4 tools is perfectly scoped for a vector memory server, covering core operations (create/update, read by search, delete) plus feedback.
Covers main operations but lacks a direct retrieval tool for entries by ID; the search tool only works with vectors, so viewing a specific entry by ID is not possible.