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

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. 目录
    1. 安装
      1. 通过 Smithery 安装
      2. 通过 Github 安装
      3. 手动安装 Repo
      4. 更新 MCP 客户端配置
    2. 调试

      Related MCP Servers

      • A
        security
        F
        license
        A
        quality
        MCP Server for the GitHub API, providing features for file operations, repository management, and advanced search, with automatic branch creation and comprehensive error handling.
        Last updated -
        18
        4
        3
        TypeScript
        • Linux
        • Apple
      • 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
        33
        14
        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
        1
        Python
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        An MCP server that enables analyzing and querying GitHub repositories through the GitHub Chat API, allowing users to index repositories and ask questions about their code, architecture and tech stack.
        Last updated -
        2
        13
        Python
        MIT License
        • Linux
        • 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