GitHub Repository Intelligence
Repo intel for AI coding agents: overview, PRs, contributors, hot files, CI, deps. Remote MCP.
Versions
0.3.0latestTools 6
get_repo_overview Get a structured overview of a GitHub repository: description, primary language, stars, forks, open issues, default branch, license, topics, last push.
list_recent_prs List recent pull requests with title, author, state, created/merged dates, and URL. Useful for understanding repo activity, contributor patterns, and merge cadence.
get_contributors Get top contributors ranked by commit count, with login and contribution totals. Useful for identifying maintainers and key developers.
get_hot_files Identify the most-modified files in a repository over the last N commits on the default branch. Returns files ranked by change frequency. Useful for spotting churn, hot spots, and likely refactor candidates. Note: scans N+1 commits via the GitHub API — provide github_token to avoid rate limits (60/hr unauthenticated, shared across all users).
get_ci_status Get CI/CD status for the latest commit on a branch: check runs, conclusions, and workflow runs. Useful for verifying build health before recommending a branch.
get_dependencies Detect declared dependencies in a repository by parsing manifest files (package.json, requirements.txt, go.mod, Cargo.toml, pyproject.toml). Returns up to one manifest per ecosystem found at repo root.
Permissions 2
network medium env_vars low