GitHub Repo Extractor

by kazuph

6 stars
2k downloads
Not rated
GitHub

About

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

Details

Author
kazuph
Repository
kazuph/mcp-github-pera1
GitHub stars
6
Downloads
1,997
License
MIT License
Categories
Productivity, Developer Tools, Design, Workplace, AI, Communication, Infrastructure, Knowledge Base

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name GitHub Repo Extractor
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 -y
    • Argument 2 @kazuph/mcp-github-pera1

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

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

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "github repo extractor": {
            "cwd": "~/Library/Application Support/Claude",
            "env": {},
            "args": [
                "-y",
                "@kazuph/mcp-github-pera1"
            ],
            "shell": false,
            "command": "npx"
        }
    }
}

Linux

{
    "cwd": "~/Library/Application Support/Claude",
    "env": [],
    "args": [
        "-y",
        "@kazuph/mcp-github-pera1"
    ],
    "shell": false,
    "command": "npx"
}

Macos

{
    "cwd": "~/Library/Application Support/Claude",
    "env": [],
    "args": [
        "-y",
        "@kazuph/mcp-github-pera1"
    ],
    "shell": false,
    "command": "npx"
}

Windows

{
    "cwd": "~/Library/Application Support/Claude",
    "env": [],
    "args": [
        "/c",
        "npx",
        "-y",
        "@kazuph/mcp-github-pera1"
    ],
    "shell": false,
    "command": "cmd"
}

GitHub MCP Server for Pera1

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.

<a href="https://glama.ai/mcp/servers/m2sd6ew3wf">@kazuph/mcp-github-pera1 MCP server</a>

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)

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.