github-repo-assistant
Provides tools for interacting with GitHub pull requests and issues, including listing open PRs, viewing diffs, checking CI checks, and posting review comments.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@github-repo-assistantwhat's failing on PR #21 in octocat/Hello-World"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 requestsget_pr_diff(repo, pr_number)- file-by-file diff for a PRlist_failing_checks(repo, pr_number)- failing CI checks on a PR's latest commitlist_open_issues(repo)- list open issuespost_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:
Environment flag - refuses outright unless
ALLOW_WRITES=trueis set.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 withconfirm=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 wantRun
python server.pyPoint 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.
This server cannot be installed
Maintenance
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
- Flicense-qualityDmaintenanceA minimal MCP server that exposes a focused set of GitHub PR review tools to AI agents, enabling PR listing, detail retrieval, comment viewing, and thread management.
- Alicense-qualityBmaintenanceAn MCP server that enables GitHub API operations such as managing repositories, issues, and pull requests through natural language.571ISC
- Flicense-qualityCmaintenanceEnables 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.
- AlicenseAqualityCmaintenanceA production-ready MCP server for triaging and reviewing GitHub pull requests via the GitHub REST API, providing typed tools to list, inspect, comment, add labels, and submit reviews.8314MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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