F
licenseNot graded
qualityD
maintenanceA minimal MCP server for persistent note-taking, enabling create, update, delete, and search of notes with tags, plus resource-based retrieval of all notes or by title.
-
No user-submitted related servers found.
Scored across 4 tools
Each tool has a clearly distinct purpose (add, list, search, delete) with no overlap.
All tool names follow a consistent verb_noun pattern (add_note, list_notes, search_notes, delete_note).
4 tools is well-scoped for a simple notes application, covering core operations without excess.
Basic CRUD is covered except update; search provides an alternative to get-by-id. Minor gap.