milind-kulshrestha/github-code-review-mcp-server
If you are the rightful owner of github-code-review-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 code review, providing read-only access to repositories, branches, commits, and pull requests.
Tools
Functions exposed to the LLM to take actions
list_branches
Lists all branches in a repository.
list_commits
Lists all commits in a branch.
get_commit
Retrieves details of a specific commit.
get_file_contents
Fetches the contents of a file from a specific branch or commit.
get_pull_request
Retrieves details of a specific pull request.
list_pull_requests
Lists all pull requests in a repository.
get_pull_request_comments
Fetches comments from a specific pull request.
list_code_scanning_alerts
Lists all code scanning alerts in a repository.
get_code_scanning_alert
Retrieves details of a specific code scanning alert.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client