@kazuph/mcp-github-pera1

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"><img width="380" height="200" src="https://glama.ai/mcp/servers/m2sd6ew3wf/badge" alt="@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)

Usage Example

You can ask Claude questions like:

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

License

MIT

Author

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

A
security – no known vulnerabilities (report Issue)
A
license - permissive license
A
quality - confirmed to work

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.

  1. Setup
    1. Parameters
      1. Usage Example
        1. License
          1. Author