Command Palette

Search for a command to run...

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

GitHub Repo Extractor

БесплатноДавно не обновлялся (361д)

Connects to GitHub repositories, enabling natural language queries about code structure, dependencies, and development history.

GitHubEmbed

Описание

Connects to GitHub repositories, enabling natural language queries about code structure, dependencies, and development history.

README

A Model Context Protocol server that connects GitHub code to Claude.ai. This server utilizes the Pera1 service to extract code from GitHub repositories and provide better context to Claude.

@kazuph/mcp-github-pera1 MCP server

Setup

Add the following to your MCP config file (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@kazuph/mcp-github-pera1"]
    }
  }
}

Now you can ask Claude about GitHub code repositories.

Parameters

  • url: GitHub repository URL (required)
  • dir: Filter files by directory paths (comma-separated)
  • ext: Filter files by extensions (comma-separated)
  • mode: Display mode (e.g., tree shows directory structure and README files only)
  • branch: Specify the branch to fetch from
  • file: Specify a single file to retrieve

Usage Examples

You can ask Claude questions like:

Tell me about the implementation of GitHub repository https://github.com/username/repository

For specific directories:

Explain the components in https://github.com/username/repository?dir=src/components

For a specific file:

Show me the Button component from https://github.com/username/repository?file=src/components/Button.tsx

For directory structure with README files only:

Show me the structure of https://github.com/username/repository?mode=tree

For a specific branch:

Analyze the develop branch of https://github.com/username/repository?branch=develop

License

MIT

Author

kazuph (https://x.com/kazuph)

from github.com/kazuph/mcp-github-pera1

Установить GitHub Repo Extractor в Claude Desktop, Claude Code, Cursor

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

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

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

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

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

claude mcp add github-repo-extractor -- npx -y @kazuph/mcp-github-pera1

Пошаговые гайды: как установить GitHub Repo Extractor

FAQ

GitHub Repo Extractor MCP бесплатный?

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

Нужен ли API-ключ для GitHub Repo Extractor?

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

GitHub Repo Extractor — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить GitHub Repo Extractor в Claude Desktop, Claude Code или Cursor?

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

Изменения

Версии и запрашиваемые доступы со временем.

  • Новая версия опубликована
  • Новая версия опубликована

Похожие MCP

Compare GitHub Repo Extractor with

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

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

Автор?

Embed-бейдж для README

Похожее

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