GitHub MCP Server
@FixingPixels
About GitHub MCP Server
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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?
A Model Context Protocol (MCP) server for GitHub repositories, built with the Python SDK. It enables AI assistants to access repository context such as files, commits, issues, and pull requests via the GitHub API.
How to use GitHub MCP Server?
Clone the repository, create a virtual environment, install dependencies, and set environment variables with a GitHub API token. Run locally with uvicorn src.mcp_server.main:app --reload or deploy on Heroku.
Key features of GitHub MCP Server
- Access repository files and content
- Retrieve commit history
- Access issues and pull requests
- Secure authentication and access control
- Rate limiting and caching for GitHub API
- Compatible with MCP-enabled AI assistants
Use cases of GitHub MCP Server
- AI assistant browsing repository source code
- Summarizing recent commits or issue discussions
- Checking pull request status and changes
- Analyzing repository history and metadata
FAQ from GitHub MCP Server
What are the requirements for GitHub MCP Server?
Python 3.8+, a GitHub API token, and optionally a Heroku account for deployment.
How do I set up GitHub MCP Server?
Clone the repo, create a virtual environment, install dependencies from requirements.txt, copy .env.example to .env, and edit it with your GitHub API token.
How do I run GitHub MCP Server locally?
Start the server with uvicorn src.mcp_server.main:app --reload.
How do I deploy GitHub MCP Server?
The server is designed for Heroku; refer to the deployment documentation in docs/deployment.md.
What data does GitHub MCP Server access?
It accesses repository files, content, commit history, issues, and pull requests via the GitHub API.
Frequently asked questions
What are the requirements for GitHub MCP Server?
Python 3.8+, a GitHub API token, and optionally a Heroku account for deployment.
How do I set up GitHub MCP Server?
Clone the repo, create a virtual environment, install dependencies from `requirements.txt`, copy `.env.example` to `.env`, and edit it with your GitHub API token.
How do I run GitHub MCP Server locally?
Start the server with `uvicorn src.mcp_server.main:app --reload`.
How do I deploy GitHub MCP Server?
The server is designed for Heroku; refer to the deployment documentation in `docs/deployment.md`.
What data does GitHub MCP Server access?
It accesses repository files, content, commit history, issues, and pull requests via the GitHub API.
Basic information
More Version Control MCP servers
mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers
GitHub MCP Server Extension for Zed
LoamStudiosA GitHub MCP Server extension for Zed
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.

GitLab
modelcontextprotocolModel Context Protocol Servers
Atlassian Bitbucket MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
Comments