Github Repo Assistant
FreeNot checkedMCP server for interacting with GitHub pull requests and issues via natural language. Provides tools to list PRs, inspect diffs, check CI status, and post revie
About
MCP server for interacting with GitHub pull requests and issues via natural language. Provides tools to list PRs, inspect diffs, check CI status, and post review comments with write-safety guards.
README
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.
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 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.
Installing Github Repo Assistant
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/asifumar/github-repo-assistantFAQ
Is Github Repo Assistant MCP free?
Yes, Github Repo Assistant MCP is free — one-click install via Unyly at no cost.
Does Github Repo Assistant need an API key?
No, Github Repo Assistant runs without API keys or environment variables.
Is Github Repo Assistant hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Github Repo Assistant in Claude Desktop, Claude Code or Cursor?
Open Github Repo Assistant on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Github Repo Assistant with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
