F
licenseC
qualityD
maintenanceA simple note-taking MCP server that allows adding notes and summarizing them via a prompt.
2
-
No user-submitted related servers found.
Scored across 2 tools
The two tools, add-note and get-note, are clearly distinct: one creates a diary entry and the other retrieves one. No overlap or ambiguity exists between them.
Both tool names follow the same verb_noun pattern with a hyphen separator: add-note and get-note. This is fully consistent and predictable.
With only 2 tools, the server feels borderline thin. While each tool has a clear purpose, the count is at the low end of what is considered reasonable for a domain-specific server.
The server covers create and get operations only, missing update, delete, and list functionality. These are notable gaps for a diary management server, though the core add/retrieve flow is present.