Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Github Analyzer

БесплатноНе проверен

Enables Claude to analyze GitHub repositories with tools for health scoring, contributor analysis, issue tracking, code search, and more.

GitHubEmbed

Описание

Enables Claude to analyze GitHub repositories with tools for health scoring, contributor analysis, issue tracking, code search, and more.

README

Banner

An MCP server that gives Claude 8 powerful GitHub analysis tools — analyze any repo, score its health, find issues, search code, and more — directly inside Claude Desktop.


🌟 What This Does

Once installed, you can ask Claude things like:

"Analyze the health of the langchain repo" "Who are the top contributors to pytorch/pytorch?" "Find all open bug issues in fastapi" "Search for TODO comments in microsoft/vscode" "What languages does the Next.js repo use?" "Show me recent commits to the main branch of tensorflow"

Claude uses this MCP server to fetch real GitHub data and give you deep, structured analysis.


🛠️ Available Tools

Tool Description
analyze_repo Full repo overview — stars, forks, metadata, activity
get_contributors Top contributors with commit counts
find_issues Open/closed issues with label filtering
search_code Find code patterns across a repo
get_languages Language breakdown with percentages
analyze_commits Recent commit history and author patterns
get_pull_requests Open/merged PRs with review metadata
repo_health_score 0-100 health score with improvement suggestions

📦 Installation

Option 1 — pip (recommended)

pip install github-analyzer-mcp

Option 2 — from source

git clone https://github.com/MidhunaMohanraj/github-analyzer-mcp
cd github-analyzer-mcp
pip install -e .

⚙️ Claude Desktop Configuration

Add to your Claude Desktop config file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "github-analyzer": {
      "command": "github-analyzer-mcp",
      "env": {
        "GITHUB_TOKEN": "your_github_token_here"
      }
    }
  }
}

Then restart Claude Desktop. You'll see the GitHub tools available in Claude's tool panel.

GitHub Token (optional but recommended)

Without a token: 60 requests/hour limit. With a token: 5,000 requests/hour + access to private repos.

Get a free token at: github.com/settings/tokens → Generate new token (classic) → check public_repo scope.


🧪 Test Locally

# Set token (optional)
export GITHUB_TOKEN=your_token_here

# Run the server directly
github-analyzer-mcp

# Or test with MCP inspector
npx @modelcontextprotocol/inspector github-analyzer-mcp

💬 Example Claude Conversations

Repo health check:

You: "Give me a health score for the huggingface/transformers repo" Claude: Uses repo_health_score → Returns 87/100, Grade A, with specific recommendations

Code search:

You: "Search for all uses of 'deprecated' in the requests library" Claude: Uses search_code → Returns file locations and code snippets

Contributor analysis:

You: "Who are the top 5 contributors to kubernetes/kubernetes?" Claude: Uses get_contributors → Returns ranked list with commit counts


📁 Project Structure

github-analyzer-mcp/
├── src/github_analyzer_mcp/
│   ├── __init__.py
│   └── server.py          # 8 MCP tools
├── pyproject.toml          # PyPI config
├── README.md
└── LICENSE

🗺️ Roadmap

  • Repository comparison tool (compare two repos side-by-side)
  • GitHub Actions workflow analyzer
  • Security vulnerability scanner via GitHub Advisory API
  • Dependency graph analyzer
  • Release history and changelog summarizer

🤝 Contributing

PRs welcome! Open an issue first to discuss major changes.


📄 License

MIT — see LICENSE


⭐ Star this repo if you find it useful!

Built with ❤️ using MCP · Compatible with Claude Desktop

Footer

from github.com/MidhunaMohanraj/GitHub-Analyzer-MCP

Установить Github Analyzer в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install github-analyzer-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add github-analyzer-mcp -- uvx --from git+https://github.com/MidhunaMohanraj/GitHub-Analyzer-MCP github-analyzer-mcp

FAQ

Github Analyzer MCP бесплатный?

Да, Github Analyzer MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Github Analyzer?

Нет, Github Analyzer работает без API-ключей и переменных окружения.

Github Analyzer — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Github Analyzer в Claude Desktop, Claude Code или Cursor?

Открой Github Analyzer на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Github Analyzer with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development