Skip to content

kazuph/mcp-github-pera1

Repository files navigation

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.

@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)

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published