github-repo-assistant

asifumar/github-repo-assistant
★ 0 stars Python API Integration Updated today
An MCP server that lets any MCP client (Claude Desktop, Claude Code, etc.) inspect and interact with GitHub pull requests and issues via natural language, using the GitHub REST API.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "github-repo-assistan": {
      "command": "uvx",
      "args": [
        "github-repo-assistant"
      ]
    }
  }
}

Or install with pip: pip install github-repo-assistant

README Excerpt

An MCP server that lets any MCP client (Claude Desktop, Claude Code, etc.) inspect and interact with GitHub pull requests and issues via natural language, using the GitHub REST API. - `list_open_prs(repo)` - list open pull requests - `get_pr_diff(repo, pr_number)` - file-by-file diff for a PR - `list_failing_checks(repo, pr_number)` - failing CI checks on a PR's latest commit

Tools (1)

repo