gistpad-mcp

gistpad-mcp

3.6

If you are the rightful owner of gistpad-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

GistPad MCP is a server for managing and sharing personal knowledge, daily notes, and reusable prompts via GitHub Gists, integrated with VS Code and GistPad.dev.

GistPad MCP is a model context protocol server designed to facilitate the management and sharing of personal knowledge, daily notes, and reusable prompts through GitHub Gists. It serves as a companion to the GistPad VS Code extension and GistPad.dev, enabling users to access and edit their gists from any MCP-enabled AI product, such as GitHub Copilot or Claude Desktop. Built on Node.js, GistPad MCP allows users to perform various operations on their gists, including creating, updating, and organizing them. It also supports daily notes and reusable prompts, making it a versatile tool for developers and knowledge workers. The server exposes gists as resources using a URI scheme, allowing clients to read them without executing tools. Additionally, it provides notifications to MCP clients when resources change, and supports resource subscriptions for real-time updates.

Features

  • Gist Management: Create, update, delete, and duplicate gists with ease.
  • File Management: Add, update, delete, and rename files within gists.
  • Daily Notes: Manage daily notes with tools to create, update, and list them.
  • Starring and Archiving: Star, unstar, archive, and unarchive gists.
  • Comments and Prompts: Manage comments on gists and create reusable prompts.

Tools

  1. Gist 管理工具

    list_gists, get_gist, create_gist, delete_gist, update_gist_description, duplicate_gist

  2. 文件管理工具

    update_gist_file, add_gist_file, delete_gist_file, rename_gist_file

  3. 日常笔记工具

    get_todays_note, update_todays_note, list_daily_notes, get_daily_note, delete_daily_note

  4. 星标工具

    list_starred_gists, star_gist, unstar_gist

  5. 归档工具

    list_archived_gists, archive_gist, unarchive_gist

  6. 评论工具

    list_gist_comments, add_gist_comment, edit_gist_comment, delete_gist_comment

  7. 提示工具

    add_prompt, delete_prompt