A
licenseC
qualityD
maintenanceA Model Context Protocol server that implements a simple notes system, allowing users to create, list, and summarize text notes.
3
1 npm
ISC
No user-submitted related servers found.
Scored across 3 tools
Each tool targets a distinct action: adding, listing, and searching notes. No overlap in purpose.
All tool names follow a consistent verb_noun pattern using snake_case (add_note, list_notes, search_notes).
Three tools is on the low side for a note-taking server, but it covers basic operations. Could be considered minimal but not extreme.
Missing update and delete operations, which are standard for notes. The tool surface is incomplete for full lifecycle management.