mcps / github
MCPExplorer Verified

GitHub MCP server

The reference integration for engineering agents.

Codeby GitHubhealthyOAuthFree with a GitHub account

01What it is

GitHub's official MCP server lets your agent work your repositories directly: read and search code, open and triage issues, and manage pull requests — the backbone of any engineering agent.

Who it’s for: Engineering teams who want an agent that reads and acts on their repos, not just chats about code.


02Highlights
Issues & PRs
Create, comment on, and manage issues and pull requests without leaving the agent loop.
Search code
Search across repositories and read files to ground the agent in your actual codebase.

03Add it to your agent

Remote MCP server (Streamable HTTP) — oauth.

claude mcp add --transport http github https://api.githubcopilot.com/mcp/
{ "mcpServers": { "github": { "type": "streamable-http", "url": "https://api.githubcopilot.com/mcp/" } } }

04Example prompts

Copy-paste these into your agent once GitHub is connected. Each drives real tools — swap the placeholders in braces for your own.

Issue triage

Triage issues opened in {owner/repo} in the last 7 days: label each by area and severity, link likely duplicates, and post a first-response comment requesting missing repro steps where needed. List anything that looks like a security report separately instead of commenting.

PR review pass

Review open PR #{n} in {owner/repo}: summarize the diff, flag risky changes and missing test coverage, and leave inline review comments. Do not approve or merge — review only.

Release notes from commits

Compare {tag} to main and draft release notes grouped into Features / Fixes / Breaking, each line linking its PR. Open a draft release — don't publish it.


07FAQ
What is GitHub MCP?

GitHub's official MCP server lets your agent work your repositories directly: read and search code, open and triage issues, and manage pull requests — the backbone of any engineering agent.

Who is GitHub for?

Engineering teams who want an agent that reads and acts on their repos, not just chats about code.

How do I connect GitHub to my agent?

GitHub is a remote MCP server at https://api.githubcopilot.com/mcp/. Add it in Claude, Cursor, or any MCP client — for example: claude mcp add --transport http github https://api.githubcopilot.com/mcp/.

Does GitHub require authentication?

Yes — GitHub authenticates with OAuth. You connect your own account, and it acts only within the scopes you grant.

How much does GitHub cost?

Free with a GitHub account.

Is GitHub verified on MCPExplorer?

Yes — GitHub is hand-checked and featured on MCPExplorer. We pull its real tool surface, required scopes, and risk labels from the live index so you can see exactly what it does before connecting.


08Similar MCPs

Other MCP servers worth a look in Code.

GitLab
Code
Merge requests, issues, and pipelines from your agent.
ChatSEO
SEO & content
An AI SEO agent inside your MCP client.
Apex
LinkedIn & outbound
Governed LinkedIn hands for your AI agent.
FullEnrich
Sales & enrichment
B2B contact enrichment for your agent.

09Badge

GitHub is featured on MCPExplorer. Add this badge to GitHub’s site or README — it links back to this page.

GitHub MCP — as seen on mcpexplorer.com

HTML — for your website

<a href="https://mcpexplorer.com/mcps/github" target="_blank" rel="noopener"><img src="https://mcpexplorer.com/badge/github.svg" alt="GitHub MCP — as seen on mcpexplorer.com" height="20" /></a>

Markdown — for a README

[![GitHub MCP — as seen on mcpexplorer.com](https://mcpexplorer.com/badge/github.svg)](https://mcpexplorer.com/mcps/github)

Get started

Set up GitHub and put it to work — Free with a GitHub account. Or see its full verified profile.