GistPad MCP
JSON →Manage and share personal knowledge, daily notes, and reusable prompts using GitHub Gists.
Tools · 30
- list_gists List all of your gists (excluding daily notes and archived gists).
- get_gist Get the contents of a gist by ID.
- create_gist Create a new gist with a specified description and initial file contents.
- delete_gist Delete a gist by ID.
- update_gist_description Update a gist's description by ID.
- duplicate_gist Create a copy of an existing gist with all its files.
- refresh_gists Reload your gist lists, ignoring any cached data.
- update_gist_file Update the contents of a specific file in a gist.
- add_gist_file Add a new file to an existing gist.
- delete_gist_file Delete a file from a gist.
- rename_gist_file Rename an existing file within a gist.
- edit_gist_file Make targeted find-and-replace edits to a gist file.
- list_gist_comments List all comments for a specified gist.
- add_gist_comment Add a new comment to a gist.
- edit_gist_comment Update the content of an existing comment.
- delete_gist_comment Delete a comment from a gist.
- get_todays_note Get or create today's daily note.
- update_todays_note Update the content of today's daily note.
- list_daily_notes List all of your daily notes.
- get_daily_note Get the contents of a specific daily note by date.
- delete_daily_note Delete a specific daily note by date.
- list_starred_gists List all your starred gists.
- star_gist Star a specific gist by ID.
- unstar_gist Unstar a starred gist by ID.
- list_archived_gists List all of your archived gists.
- archive_gist Archive one of your gists.
- unarchive_gist Unarchive an archived gist.
- list_gist_prompts List the prompts in your prompts collection.
- add_gist_prompt Add a new prompt to your prompts collection.
- delete_gist_prompt Delete a prompt from your collection.
Environment variables
GITHUB_TOKEN
Links
★ 194 GitHub stars