π An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists
Config is the same across clients β only the file and path differ.
{
"mcpServers": {
"gistpad-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP server for managing and sharing your personal knowledge, daily notes, and reuseable prompts via GitHub Gists. It's a companion to the GistPad VS Code extension and GistPad.dev (for web/mobile), which allows you to access and edit your gists from any MCP-enabled AI product (e.g. GitHub Copilot, Claude Desktop).
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories β click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience β it helps other developers decide.
Sign in to write a review.
Others in productivity / developer-tools
Persistent memory using a knowledge graph
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Copy/paste detector for programming source code, supports 223 formats. AI-ready with token-efficient reporter, skill and MCP server.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
MCP Security Weekly
Get CVE alerts and security updates for Gistpad Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP server for managing and sharing your personal knowledge, daily notes, and reuseable prompts via GitHub Gists. It's a companion to the GistPad VS Code extension and GistPad.dev (for web/mobile), which allows you to access and edit your gists from any MCP-enabled AI product (e.g. GitHub Copilot, Claude Desktop).
Using VS Code?
Install the GistPad extension and then reload VS Code
Note: This requires VS Code 1.101.0+, so if you're on an older version, it's time to upgrade!
Open the GistPad tab and sign-in with your GitHub account. After that, you can begin using GistPad from Copilot chat (in Agent mode) without doing any extra setup or token management πͺ
Other MCP clients...
Generate a personal access token that includes only the gist scope: https://github.com/settings/tokens/new
Add the equivalent of the following to your client's MCP config file (or via an "Add MCP server" GUI/TUI):
{
"mcpServers": {
"gistpad": {
"command": "npx",
"args": ["-y", "gistpad-mcp"],
"env": {
"GITHUB_TOKEN": "<YOUR_PAT>"
}
}
}
}
Once your client it setup, you can start having fun with gists + MCP! π₯³ For example, try things like...
Exploring content
How many gists have I edited this month?What's the summary of my <foo> gist?Creating content
Create a new gist about <foo>Update my <foo> gist to call out <bar>Daily todos
What are my unfinished todos for today?Add a new todo for <foo>Collaboration
Add a comment to the <foo> gist saying <bar>Give me a share URL for the <foo> gistView my starred gistsGist organization
Archive my gist about <foo>Add a new <foo> file to the <bar> gist and migrate the <baz> content into itReusable prompts
Create a new prompt that searches the web ofor a specified manga series and then provides a summary about itDelete my prompt about <foo>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.The following tool sets are disabled by default to keep the tool surface minimal. Enable them by passing the corresponding CLI flag.
--daily)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.