samuv/github-stats
If you are the rightful owner of github-stats 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 provides comprehensive GitHub repository statistics and information.
Tools
Functions exposed to the LLM to take actions
get_repository_info
Get basic repository information (stars, forks, description, etc.).
get_language_stats
Get programming language breakdown with percentages.
get_contributors
Get list of repository contributors.
get_commit_activity
Get commit activity statistics for the past year.
get_open_issues
Get currently open issues.
get_open_pull_requests
Get currently open pull requests.
search_repositories
Search for repositories on GitHub.
get_release_analytics
Get comprehensive release analytics including download stats, frequency, and trends.
get_download_stats
Get detailed download statistics for all releases and assets.
get_all_releases
Get all releases for a repository (not limited to recent ones).
get_latest_release
Get the latest release information with full details.
get_star_history
Get comprehensive star history analytics with growth trends and milestones.
get_simple_star_history
Get simplified star history with star-history.com visualization URL.
get_influencer_stargazers
Analyze influential developers who starred the repository based on follower count and activity.
get_comprehensive_stats
Get all available statistics including release analytics in one call.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client