MCP Catalogs
Home

gistpad-mcp

by lostintangent·192·Score 47

MCP server for managing knowledge, notes and prompts via GitHub Gists with extensive tooling for gist operations.

githubproductivityknowledge-graph
30
Forks
1
Open issues
4 mo ago
Last commit
2d ago
Indexed

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:

you:Managing personal knowledge bases stored as GitHub Gists
you:Creating and tracking daily todos and notes
you:Building and sharing reusable prompts with AI assistants
you:How do I refresh my gists if they don't appear?
you:Can I use this with GitHub Copilot?

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 README
  • list_gists

    List all 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

  • update_gist_file

    Update the contents of a specific file in a gist

  • add_gist_comment

    Add a new comment to a gist

  • refresh_gists

    Reload your gist lists, ignoring any cached data

  • get_todays_note

    Get or create today's daily note

  • list_starred_gists

    List all your starred gists

  • star_gist

    Star a specific gist by ID

  • archive_gist

    Archive one of your gists

  • list_gist_prompts

    List the prompts in your prompts collection

  • add_gist_prompt

    Add a new prompt to your prompts collection

Comparable tools

github-mcpgptscript-gistobsidian-mcpmcp-server-file-system

Installation

Installation

  1. Install the [GistPad VS Code extension](https://aka.ms/gistpad) for seamless integration
  1. For other MCP clients:

``json { "mcpServers": { "gistpad": { "command": "npx", "args": ["-y", "gistpad-mcp"], "env": { "GITHUB_TOKEN": "<YOUR_PAT>" } } } } ``

  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.