A
licenseNot graded
qualityB
maintenanceEnables AI agents to search, read, create, and maintain a local-first knowledge base using hybrid retrieval and Markdown note management through the Model Context Protocol.
11 npm
1
MIT
No user-submitted related servers found.
Scored across 5 tools
Each tool has a clearly distinct purpose: recall is search, read_doc is read, stats is metadata, remember is create, reindex is maintenance. No overlap or ambiguity exists.
All tools use the ragdown_ prefix with a concise verb/noun pattern (recall, read_doc, stats, remember, reindex). Consistent and predictable.
Five tools provide a complete, well-scoped set for a note-taking RAG server: search, read, create, inspect, and maintain. No tool feels redundant or missing.
Core CRUD plus search and index maintenance are covered, but update and delete operations for notes are absent, leaving minor gaps for lifecycle management.