sanjanaspanda/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 dayong@mcphub.com.
GitHub Code Review Assistant MCP Server provides intelligent tools for analyzing and reviewing GitHub pull requests using AI.
Tools
Functions exposed to the LLM to take actions
github_list_pull_requests
Lists pull requests in a repository with comprehensive filtering options.
github_get_pr_details
Retrieves comprehensive details about a specific pull request.
github_get_pr_files
Lists all files changed in a pull request with statistics.
github_get_pr_diff
Retrieves the unified diff for a pull request.
github_analyze_pr
Performs comprehensive analysis of a pull request for code quality.
github_get_pr_comments
Retrieves all comments on a pull request.
github_create_review_comment
Creates a comment on a pull request (general or inline).
github_create_pr_review
Submits a formal review on a pull request.
github_get_review_suggestions
Generates AI-powered review suggestions for a pull request.
github_check_team_standards
Checks if a PR complies with team coding standards.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client