FixingPixels/mcp-server
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for GitHub repositories, built using the Python SDK.
The GitHub MCP Server is a specialized server that implements the Model Context Protocol (MCP) for GitHub repositories. It allows AI assistants to access and interact with repository context such as files, commits, issues, and pull requests. Built using the MCP Python SDK, this server is designed for deployment on Heroku, providing a seamless integration with GitHub's API. It offers secure authentication, access control, and efficient data retrieval through rate limiting and caching mechanisms. This server is particularly useful for AI applications that require contextual information from GitHub repositories, enhancing their ability to understand and interact with codebases.
Features
- Access GitHub repository files and content
- Retrieve commit history
- Access issues and pull requests
- Secure authentication and access control
- Rate limiting and caching for GitHub API