kylemabry95/Claude_MCP_Server
If you are the rightful owner of Claude_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.
The Model Context Protocol (MCP) Server for GitHub using Claude Desktop provides a standardized interface for interacting with GitHub repositories, enabling efficient management of pull requests, issues, and repository content.
Tools
Functions exposed to the LLM to take actions
list_pull_requests
List all pull requests for a repository.
get_specified_pr
Get detailed information about a specific pull request.
get_repository_issues
Fetch repository issues with filtering options.
get_repository_readme
Get README file content from a repository.
get_repository_file
Access any file from the repository.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client