gistpad-mcp
by lostintangent·★ 192·Score 47
MCP server for managing knowledge, notes and prompts via GitHub Gists with extensive tooling for gist operations.
Overview
GistPad MCP server is a comprehensive tool that bridges GitHub Gists with MCP-enabled AI clients. It provides a rich set of tools for managing gists, files, comments, daily notes, and reusable prompts. The server supports both basic operations (create, read, update, delete) and advanced features like starring, archiving, and prompt templating. With optional tools enabled via CLI flags, users can customize their experience based on their needs, making it suitable for various knowledge management workflows.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose GistPad MCP if you already use GitHub Gists for knowledge management and want to integrate them directly into your AI workflow.
When NOT to choose this
Don't choose this if you need more advanced GitHub features beyond gists, or if you prefer not to store your knowledge in GitHub's ecosystem.
Tools this server exposes
12 tools extracted from the READMElist_gistsList all your gists (excluding daily notes and archived gists)
get_gistGet the contents of a gist by ID
create_gistCreate a new gist with a specified description and initial file contents
update_gist_fileUpdate the contents of a specific file in a gist
add_gist_commentAdd a new comment to a gist
refresh_gistsReload your gist lists, ignoring any cached data
get_todays_noteGet or create today's daily note
list_starred_gistsList all your starred gists
star_gistStar a specific gist by ID
archive_gistArchive one of your gists
list_gist_promptsList the prompts in your prompts collection
add_gist_promptAdd a new prompt to your prompts collection
Comparable tools
Installation
Installation
- Install the [GistPad VS Code extension](https://aka.ms/gistpad) for seamless integration
- For other MCP clients:
``json { "mcpServers": { "gistpad": { "command": "npx", "args": ["-y", "gistpad-mcp"], "env": { "GITHUB_TOKEN": "<YOUR_PAT>" } } } } ``
- Optional: Add flags to enable additional features:
--daily,--starred,--archived,--prompts
FAQ
- How do I refresh my gists if they don't appear?
- Use the `refresh_gists` tool to force an immediate refresh of your gist list, especially if you've made changes outside the MCP server.
- Can I use this with GitHub Copilot?
- Yes, the server is specifically designed to work with MCP-enabled AI products like GitHub Copilot (in Agent mode) and Claude Desktop.
Compare gistpad-mcp with
Last updated · Auto-generated from public README + GitHub signals.