GitHub Repository Explorer

GitHub Repository Explorer

🚀 Gitingest-MCP

Gitingest-MCP 是一个用于 gitingest 的 MCP 服务器。它能让 Claude Desktop、Cline、Cursor 等 MCP 客户端快速提取 GitHub 仓库的信息,包括仓库摘要、项目目录结构和文件内容。

smithery badge

🚀 快速开始

按照以下步骤,你可以轻松安装和配置 Gitingest-MCP,并开始使用它来提取和分析 GitHub 仓库的信息。

📦 安装指南

通过 Smithery 安装

要通过 Smithery 安装 gitingest-mcp,可使用以下命令:

npx -y @smithery/cli@latest install @puravparab/gitingest-mcp --client claude --config "{}" # Claude
npx -y @smithery/cli@latest run @puravparab/gitingest-mcp --client cursor --config "{}" # Cursor
npx -y @smithery/cli@latest install @puravparab/gitingest-mcp --client windsurf --config "{}" # Windsurf
npx -y @smithery/cli@latest install @puravparab/gitingest-mcp --client cline --config "{}" # Cline

通过 Github 安装

  1. 将以下内容添加到 MCP 客户端配置文件中:
{
"mcpServers": {
"gitingest-mcp": {
"command": "/uvx",
"args": [
"--from",
"git+https://github.com/puravparab/gitingest-mcp",
"gitingest-mcp"
]
}
}
}

手动安装仓库

  1. 克隆仓库:
git clone https://https://github.com/puravparab/Gitingest-MCP
cd Gitingest-MCP
  1. 安装依赖项:
uv sync
  1. 将以下内容添加到 MCP 客户端配置文件中:
{
"mcpServers": {
"gitingest": {
"command": "/uv",
"args": [
"run",
"--with",
"mcp[cli]",
"--with-editable",
"/gitingest_mcp",
"mcp",
"run",
"/gitingest_mcp/gitness.py"
]
}
}
}
  1. 安装依赖项:
pip install -r requirements.txt
  1. 运行服务:
uvicorn main:app --reload

更新 MCP 客户端配置

  1. 打开你的终端。
  2. 导航到项目的根目录:
cd /path/to/your/project
  1. 运行以下命令更新配置。

🔧 调试

uvicorn main:app --reload
  • 0 关注
  • 0 收藏,13 浏览
  • system 提出于 2025-09-27 00:27

相似服务问题

相关AI产品