Skip to main content
Glama

Gitingest-MCP

by puravparab

吉廷格斯特-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
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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

  1. 目录
    1. 安装
      1. 通过 Smithery 安装
      2. 通过 Github 安装
      3. 手动安装 Repo
      4. 更新 MCP 客户端配置
    2. 调试

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A specialized MCP server for in-depth analysis of git repositories, offering tools for branch overview, time period analysis, file changes, and merge recommendations.
        Last updated -
        4
        1
        JavaScript
        Apache 2.0
      • A
        security
        A
        license
        A
        quality
        MCP Tool Server for Gitee, supporting the management of repository files/branches, Issues, and Pull Requests.
        Last updated -
        20
        674
        7
        TypeScript
        MIT License
      • A
        security
        F
        license
        A
        quality
        An MCP server that enables integration with GitHub Enterprise API, allowing users to access repository information, manage issues, pull requests, workflows, and other GitHub features through Cursor.
        Last updated -
        16
        19
        22
        TypeScript
        • Linux
        • Apple
      • A
        security
        A
        license
        A
        quality
        A MCP server that provides access to GitHub trending repositories and developers data through a simple API interface.
        Last updated -
        2
        14
        Python
        MIT License
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/puravparab/Gitingest-MCP'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server