Gitingest-MCP

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Allows MCP clients to extract information about Github repositories including repository summaries, project directory structure, and file content

吉廷格斯特-MCP

用于gitingest的 MCP 服务器。这使得 Claude Desktop、Cline、Cursor 等 MCP 客户端能够快速提取 Github 仓库的信息,包括:

  • 存储库摘要
  • 项目目录结构
  • 文件内容

https://github.com/user-attachments/assets/c1fa596b-a70b-4d37-91d9-ea5e80284793

目录

安装

通过 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": "<path to uv>/uvx", "args": [ "--from", "git+https://github.com/puravparab/gitingest-mcp", "gitingest-mcp" ] } } }

手动安装 Repo

  1. 克隆 repo
    git clone https://https://github.com/puravparab/Gitingest-MCP cd Gitingest-MCP
  2. 安装依赖项
    uv sync
  3. 将其添加到 MCP 客户端配置文件
    { "mcpServers": { "gitingest": { "command": "<path to uv>/uv", "args": [ "run", "--with", "mcp[cli]", "--with-editable", "<path to gitingest-mcp project>/gitingest_mcp", "mcp", "run", "<path to gitingest-mcp project>/gitingest-mcp/src/gitingest_mcp/server.py" ] } } }
  4. 如果您遇到问题,请按照此MCP 服务器文档进行操作

更新 MCP 客户端配置

  1. 添加到 Claude 桌面在 IDE 中打开配置文件
    cursor ~/Library/Application\ Support/Claude/claude_desktop_config.json
    code ~/Library/Application\ Support/Claude/claude_desktop_config.json

调试

  1. 使用 mcp 检查器
    uv run mcp dev src/gitingest_mcp/server.py

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

用于 gitingest 的 MCP 服务器。它允许 Claude Desktop、Cursor、Cline 等 MCP 客户端快速提取 Github 仓库的信息,包括仓库摘要、项目目录结构、文件内容等。

  1. Table of Contents
    1. Installation
      1. Installing via Smithery
      2. Install via Github
      3. Installing Repo Manually
      4. Updating the MCP client configuration
    2. Debug
      ID: g0dylqhn3h