Skip to main content
Glama
01Aniket

github-repository-analyzer

by 01Aniket

GitHub Repository Analyzer

Инструмент анализа GitHub-репозиториев на основе LLM, который позволяет пользователям указать URL репозитория GitHub и задавать вопросы на естественном языке о репозитории.

Приложение получает информацию о репозитории и исходный код через API GitHub, представленные в виде MCP-инструментов, а затем использует локальную LLM для генерации ответов, основанных на полученных данных из репозитория.


Возможности

  • Анализ различных GitHub-репозиториев из терминала

  • Принимает URL репозитория отдельно от вопроса

  • Задавайте вопросы на естественном языке

  • Задавайте вопросы высокого уровня о репозитории

  • Задавайте вопросы о реализации функций и кода

  • Поиск исходного кода в репозитории

  • Чтение конкретных файлов или диапазонов строк

  • Получение метаданных репозитория

  • Получение структуры файлов репозитория

  • Использование MCP для предоставления операций с репозиторием в виде инструментов

  • Использование LangGraph для управления рабочим процессом анализа

  • Использование локальной LLM через Ollama

  • Обоснование ответов о реализации на основе исходного кода репозитория

  • Повторные попытки при временных сбоях API GitHub


Related MCP server: AI Project Explorer

Архитектура

                    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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

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
    47
    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.
    -
  • F
    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.
    -
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to interact with GitHub via MCP, managing repositories, issues, PRs, and analyzing repository health through tools like list_repositories, read_issues, create_issue, comment_on_pr, and analyze_repo_health.
    -

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