Mcp-Server-Demo
If you are the rightful owner of Mcp-Server-Demo 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 Code Review MCP is a service that enables AI-powered code reviews of GitHub repositories using Claude.
review_repository
Review a GitHub repository by providing the URL. You can optionally specify areas to focus on (e.g., 'security, performance, best practices').
list_reviewed_repos
List all repositories that have been reviewed, including review dates and focus areas.
get_review_details
Get detailed review results for a specific repository using its key in the format 'owner/repo'.
suggest_improvements
Get specific improvement suggestions for an entire repository or a specific file.
analyze_dependencies
Analyze repository dependencies to identify outdated packages, potential vulnerabilities, and provide recommendations.
scan_security_vulnerabilities
Scan a repository for security vulnerabilities and provide remediation steps.
analyze_code_quality
Get code quality metrics including complexity, duplication, and maintainability scores.
analyze_performance
Identify performance bottlenecks and get optimization suggestions.
compare_with_best_practices
Compare code against industry best practices, with optional framework-specific comparisons.
generate_pull_request_description
Generate a comprehensive pull request description based on code review results.
generate_cascade_prompt
Create a Cascade-specific prompt that can be used to implement the suggested improvements.
generate_improved_code
Generate improved code for a specific file based on the review results.