alsonwangkhem/github-mcp-2
If you are the rightful owner of github-mcp-2 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.
GitHub MCP server enables MCP compatible LLMs like Claude to interact with GitHub API.
The GitHub MCP server is designed to facilitate interaction between Model Context Protocol (MCP) compatible language models, such as Claude, and the GitHub API. By leveraging the MCP SDK, this server allows users to perform various GitHub operations programmatically. The server is built using TypeScript and utilizes Octokit for making API requests to GitHub. Users can set up the server locally by cloning the repository, installing dependencies, and configuring environment variables. The server can be tested using tools like MCP Inspector and Claude Desktop, providing a seamless experience for developers looking to integrate GitHub functionalities into their applications.
Features
- Integration with GitHub API using Octokit
- Support for creating and managing GitHub issues
- Ability to search and retrieve GitHub repository information
- Customizable prompts for generating descriptions and queries
- Compatibility with MCP Inspector and Claude Desktop for testing