MCP Catalogs
首页

gistpad-mcp

by lostintangent·192·综合分 47

通过 GitHub Gists 管理知识、笔记和提示词的 MCP 服务器,提供全面的 gist 操作工具。

githubproductivityknowledge-graph
30
Forks
1
活跃 Issue
4 个月前
最近提交
2 天前
收录于

概述

GistPad MCP 服务器是一个将 GitHub Gists 与支持 MCP 的 AI 客户端连接起来的综合工具。它提供了丰富的工具集,用于管理 gists、文件、评论、日常笔记和可重用提示词。服务器支持基本操作(创建、读取、更新、删除)和高级功能,如加星标、归档和提示词模板化。通过 CLI 标志启用可选工具,用户可以根据需要自定义体验,使其适用于各种知识管理工作流程。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:管理作为 GitHub Gists 存储的个人知识库
:创建和跟踪日常待办事项和笔记
:构建与 AI 助手共享的可重用提示词
:如果我的 gists 没有显示,如何刷新?
:我可以在 GitHub Copilot 中使用此服务器吗?

什么时候选它

如果您已经在使用 GitHub Gists 进行知识管理,并希望将它们直接集成到您的工作流中,请选择 GistPad MCP。

什么时候不要选它

如果您需要超越 gists 的更高级 GitHub 功能,或者不愿意将知识存储在 GitHub 生态系统中,请不要选择此选项。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • 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

可对比工具

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

安装

安装

  1. 安装 [GistPad VS Code 扩展](https://aka.ms/gistpad) 以实现无缝集成
  1. 对于其他 MCP 客户端:

``json { "mcpServers": { "gistpad": { "command": "npx", "args": ["-y", "gistpad-mcp"], "env": { "GITHUB_TOKEN": "<您的个人访问令牌>" } } } } ``

  1. 可选:添加标志以启用其他功能:--daily--starred--archived--prompts

FAQ

如果我的 gists 没有显示,如何刷新?
使用 `refresh_gists` 工具强制立即刷新您的 gist 列表,特别是如果您在 MCP 服务器外部进行了更改。
我可以在 GitHub Copilot 中使用此服务器吗?
是的,该服务器专门设计用于与支持 MCP 的 AI 产品(如 GitHub Copilot(代理模式)和 Claude Desktop)配合使用。

gistpad-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。