Skip to main content
Glama
asifumar

github-repo-assistant

by asifumar

github-repo-assistant

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.

Tools

  • 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

  • list_open_issues(repo) - list open issues

  • post_review_comment(repo, pr_number, body, confirm) - post a PR comment (guarded, see below)

repo is always in "owner/repo" form.

Related MCP server: mcp-server-github

Write-action safety

post_review_comment is the only tool that changes anything on GitHub, and it's gated two ways:

  1. Environment flag - refuses outright unless ALLOW_WRITES=true is set.

  2. Confirm step - the first call (confirm=False, the default) only returns a preview of what would be posted; nothing is sent until you call it again with confirm=True.

Setup

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env
# edit .env: set GITHUB_TOKEN to a fine-grained PAT scoped to the repos you want

Run

python server.py

Point an MCP client at this file via stdio transport (same pattern as any other local MCP server).

Status

Scaffolded - tools are implemented but not yet tested against a live repo.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    C
    maintenance
    Enables natural language interaction with GitHub through an MCP server. Supports reading repos, issues, and PRs, as well as creating and editing issues with user confirmation.

View all related MCP servers

Related MCP Connectors

  • A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • MCP server for generating rough-draft project plans from natural-language prompts.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/asifumar/github-repo-assistant'

If you have feedback or need assistance with the MCP directory API, please join our Discord server