Gitingest-MCP
by puravparab·★ 137·综合分 42
MCP 服务器,用于提取 GitHub 仓库摘要、结构和内容。
概述
Gitingest-MCP 是一个基于 Python 的 MCP 服务器,使 AI 客户端能够快速分析 GitHub 仓库。它通过模型上下文协议提供获取仓库摘要、探索项目目录结构和访问文件内容的功能。该服务器设计用于与 Claude Desktop、Cursor、Cline 和 Windsurf 等流行的 MCP 客户端集成。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您在 AI 辅助开发过程中需要快速分析 GitHub 仓库,特别是处理不熟悉的代码库时,应选择此工具。
什么时候不要选它
如果您需要分析无法通过公共 GitHub API 访问的私有仓库,或者需要更精细的仓库分析工具,请避免使用。
此 server 暴露的工具
从 README 抽取出 3 个工具get_repo_summaryExtracts a summary of a GitHub repository
get_project_structureRetrieves the directory structure of a GitHub project
get_file_contentGets the content of a specific file from a GitHub repository
说明:Inferred tool names from the description section of the README which mentions functionality for 'Repository summaries', 'Project directory structure', and 'File content'. No explicit tool documentation was found.
可对比工具
安装
安装
通过 Smithery
npx -y @smithery/cli@latest install @puravparab/gitingest-mcp --client claude --config "{}" # Claude通过 GitHub
添加到您的 MCP 客户端配置中:
{
"mcpServers": {
"gitingest-mcp": {
"command": "<uv 的路径>/uvx",
"args": [
"--from",
"git+https://github.com/puravparab/gitingest-mcp",
"gitingest-mcp"
]
}
}
}FAQ
- 这个 MCP 服务器可以提取哪些 GitHub 仓库信息?
- 它可以提取任何 GitHub 仓库的摘要、项目目录结构和文件内容。
- 哪些 MCP 客户端支持 Gitingest-MCP?
- 它设计用于与 Claude Desktop、Cursor、Cline、Windsurf 以及支持该协议的其他 MCP 客户端一起使用。
Gitingest-MCP 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。