Skip to main content
Glama
01Aniket

github-repository-analyzer

by 01Aniket

GitHub Repository Analyzer

一个由 LLM 驱动的 GitHub 仓库分析工具,允许用户提供 GitHub 仓库 URL,并就仓库提出自然语言问题。

该应用通过暴露为 MCP 工具的 GitHub API 获取仓库信息和源代码,然后使用本地 LLM 生成基于所检索仓库证据的答案。


功能

  • 从终端分析不同的 GitHub 仓库

  • 支持将仓库 URL 与问题分开输入

  • 使用自然语言提问

  • 提出仓库整体层面的问题

  • 提出关于函数和代码的实现问题

  • 搜索仓库源代码

  • 读取特定仓库文件或行范围

  • 获取仓库元数据

  • 获取仓库文件结构

  • 使用 MCP 将仓库操作暴露为工具

  • 使用 LangGraph 管理分析工作流

  • 通过 Ollama 使用本地 LLM

  • 让实现答案以检索到的仓库源代码为依据

  • 重试临时性 GitHub API 故障


Related MCP server: revibe-mcp

架构

                    User
                     |
                     v
                 main.py
                     |
                     v
                LangGraph
                 graph.py
                     |
                     v
                 MCP Client
               mcp_client.py
                     |
                     v
                 MCP Server
               mcp_server.py
                     |
                     v
             repository_tools.py
                     |
                     v
              github_client.py
                     |
                     v
              GitHub REST API
                     |
                     v
          Repository Information
          and Source Code
                     |
                     v
                    LLM
                     |
                     v
                Final Answer
F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables analysis of any GitHub repository to get architecture, file roles, execution flows, system design Q\&A, and structured agent context. Works with MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.
    6
    39
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables AI assistants to discover and interact with GitHub repositories through standardized MCP tools, allowing exploration and retrieval of project information without direct API calls.
  • -
    license
    Not graded
    quality
    C
    maintenance
    Exposes GitHub repository data via MCP tools, a resource, and a prompt, enabling repo summaries, issue/PR listing, keyword search, and repo health review.

View all related MCP servers

Related MCP Connectors

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • Repo intel for AI coding agents: overview, PRs, contributors, hot files, CI, deps. Remote MCP.

  • Turn a GitHub repo or docs site into agent-ready context: pack it or search it, over MCP.

View all MCP Connectors

Latest Blog Posts

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/01Aniket/github-repository-analyzer'

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