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
Bitbucket Server MCP
garc33MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
Linear MCP Server
clinea private MCP server for accessing Linear
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
Test
skillsCreate a site or blog from your GitHub repositories with GitHub Pages.
Comments