Home › Version Control › GitHub
GitHub
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Topics: Version Control
Connect
Remote (streamable-http)
https://api.githubcopilot.com/mcp/ Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http github-mcp-server https://api.githubcopilot.com/mcp/ --header "Authorization: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"github-mcp-server": {
"url": "https://api.githubcopilot.com/mcp/",
"headers": {
"Authorization": "<YOUR_VALUE>"
}
}
}
}
Authorizationsecret — Authorization header with authentication token (PAT or App token)
Package (oci)
docker run -i --rm ghcr.io/github/github-mcp-server:1.12.2
Or add to your MCP client config:
{
"mcpServers": {
"github-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/github/github-mcp-server:1.12.2"
]
}
}
}
This server takes extra arguments — see its repository.
Related servers
mcp-server-azure-devops
Azure DevOps integration for repository management, work items, and pipelines.
mcp-git-ingest
Read and analyze GitHub repositories with your LLM
gitlab-mr-mcp
Interact seamlessly with issues and merge requests of your GitLab projects.
forgejo-mcp
An MCP server for managing your repositories on Forgejo/Gitea server.
Kin
A graph-native code repository for people and AI agents.
GitLab MCP Server
Go MCP server for GitLab: 2 dynamic tools reach 1000+ REST/GraphQL actions. Free/CE, no paid tier.
Listed in punkpeye/awesome-mcp-servers (MIT)
Listed in wong2/awesome-mcp-servers (MIT)
Data from the Official MCP Registry