MCP Notes
JSON →A simple note-taking server for recording and managing notes with AI models, using AWS DynamoDB for storage.
Install
npx -p Tools · 4
- listNotes Returns array of all notes, optionally filtered by tags.
- getNote Returns a single note object matching the given ID, or a 'not found' message if no match exists.
- writeNote Creates or updates a note with the given id, title, summary, tags, and content. Returns a success confirmation message.
- deleteNote Deletes a note by ID and returns a deletion confirmation message.
Environment variables
AWS_ACCESS_KEY_IDAWS_SECRET_ACCESS_KEY
Links
★ 36 GitHub stars