Jehan26/MCP-Inspector-v0.6.0
If you are the rightful owner of MCP-Inspector-v0.6.0 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 that enables AI assistants like Claude to interact with GitHub repositories, issues, and pull requests.
MCP-Inspector-v0.6.0 is a server designed to facilitate interaction between AI models and GitHub repositories. It allows AI assistants to perform operations such as searching for repositories, managing issues, handling pull requests, and analyzing repository statistics. The server is built to comply with the Model Context Protocol, ensuring a structured and standardized approach to executing operations and returning results. It requires Python 3.8+ and a GitHub API token for authentication. The server provides endpoints for discovering available operations and executing them with specified parameters. It is designed with security considerations such as API token authentication, rate limiting, and input validation.
Features
- Repository Search: Find GitHub repositories based on search queries.
- Issue Management: Get, create, and comment on issues.
- Pull Request Handling: View and manage pull requests.
- Repository Analysis: Get statistics and insights about repositories.