MCP server
GitHub MCP Server
GitHub's own server for repos, issues, pull requests and workflow runs
Add it to your client
OfficialInstall
npx -y @modelcontextprotocol/server-github
mcpServers
{
"mcpServers": {
"github-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
]
}
}
}- Transport
- both
- Runtime
- Docker
- Auth
- Required
- Tools
- 35
- License
- MIT
Tools
search_repositoriessearch_codecreate_issuelist_issuesget_pull_requestcreate_pull_request_reviewlist_workflow_runsget_file_contents
Published by GitHub itself, this server turns everyday repository work into tool calls: search code, open and comment on issues, review pull requests, inspect Actions runs. It runs locally over stdio with a personal access token, or as a hosted remote endpoint with OAuth.
Similar MCP servers
GitLab MCP Server
MCP serverGitLab's own remote server for issues, merge requests and pipelines.
Developer ToolsVersion Control & Repos
Sentry MCP
MCP serverPulls Sentry issues and events into a coding agent's context
Developer ToolsSecurity & Monitoring
Docker MCP Gateway
MCP serverOne gateway process that runs and fronts many containerised MCP servers.
Developer ToolsCloud Platforms & Infrastructure
Comments(0)
Sign in to comment