GitHub MCP Server
@Ghraven
About GitHub MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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_TOKEN>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is GitHub MCP Server?
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.
How to use GitHub MCP Server?
Install Docker and create a GitHub Personal Access Token. Run the MCP server using the Docker command docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/github/github-mcp-server or configure it in VS Code or Claude Desktop via the provided JSON block. For GitHub Enterprise Server, use the --gh-host flag or GH_HOST environment variable.
Key features of GitHub MCP Server
- Manage issues (create, update, comment, search)
- Handle pull requests (create, merge, review, status)
- List
More Version Control MCP servers
Integrate MCP with GitHub Copilot
skillsLearn how to use MCP Servers with GitHub Copilot
MCP Atlassian
soopersetMCP server for Atlassian tools (Confluence, Jira)

Github
modelcontextprotocolModel Context Protocol Servers
AIO-MCP Server
athapong🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from https://github.com/nguyenvanduocit/all-in-one-model-context-protocol

GitLab
modelcontextprotocolModel Context Protocol Servers
Comments