Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
The GitHub MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with GitHub APIs, enabling advanced automation and interaction capabilities for developers and tools.
Add this to your MCP client configuration:
{
"mcpServers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"ghcr.io/github/github-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<Your GitHub personal access token.>"
}
}
}
}{
"id": "github",
"name": "GitHub",
"description": "The GitHub MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with GitHub APIs, enabling advanced automation and interaction capabilities for developers and tools.",
"source_url": "https://github.com/github/github-mcp-server",
"publisher_name": "GitHub",
"publisher_url": "https://github.com/github",
"is_official": true,
"license": "",
"runtime": "docker",
"downloads": 0,
"requires_oauth": false,
"distribution": {
"type": "source",
"package": ""
},
"tools_count": 30
}