gistpad-mcp
by lostintangent·★ 192·综合分 47
通过 GitHub Gists 管理知识、笔记和提示词的 MCP 服务器,提供全面的 gist 操作工具。
概述
GistPad MCP 服务器是一个将 GitHub Gists 与支持 MCP 的 AI 客户端连接起来的综合工具。它提供了丰富的工具集,用于管理 gists、文件、评论、日常笔记和可重用提示词。服务器支持基本操作(创建、读取、更新、删除)和高级功能,如加星标、归档和提示词模板化。通过 CLI 标志启用可选工具,用户可以根据需要自定义体验,使其适用于各种知识管理工作流程。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您已经在使用 GitHub Gists 进行知识管理,并希望将它们直接集成到您的工作流中,请选择 GistPad MCP。
什么时候不要选它
如果您需要超越 gists 的更高级 GitHub 功能,或者不愿意将知识存储在 GitHub 生态系统中,请不要选择此选项。
此 server 暴露的工具
从 README 抽取出 12 个工具list_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
可对比工具
安装
安装
- 安装 [GistPad VS Code 扩展](https://aka.ms/gistpad) 以实现无缝集成
- 对于其他 MCP 客户端:
``json { "mcpServers": { "gistpad": { "command": "npx", "args": ["-y", "gistpad-mcp"], "env": { "GITHUB_TOKEN": "<您的个人访问令牌>" } } } } ``
- 可选:添加标志以启用其他功能:
--daily、--starred、--archived、--prompts
FAQ
- 如果我的 gists 没有显示,如何刷新?
- 使用 `refresh_gists` 工具强制立即刷新您的 gist 列表,特别是如果您在 MCP 服务器外部进行了更改。
- 我可以在 GitHub Copilot 中使用此服务器吗?
- 是的,该服务器专门设计用于与支持 MCP 的 AI 产品(如 GitHub Copilot(代理模式)和 Claude Desktop)配合使用。
gistpad-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。