by plugpier · 12.4k installs
Full GitHub API integration for code review, issue tracking, PR management, and repository operations.
Seamlessly interact with GitHub repositories, issues, and pull requests directly from Claude or Cursor.
A GitHub Personal Access Token with `repo` scope is required.
get_repositoryFetch repository metadata, stars, forks, and language breakdown.
list_issuesList open issues with optional filters for labels, assignees, and milestones.
create_issueCreate a new issue in a repository.
get_pull_requestFetch pull request details including diff, review status, and checks.
list_commitsList recent commits on a branch with author and message.
search_codeSearch across all repositories in an organization.
No reviews yet.
Be the first to review after installing.
{
"mcpServers": {
"github-mcp": {
"command": "npx",
"args": [
"-y",
"@plugpier/github-mcp"
],
"env": {
"PLUGPIER_KEY": "YOUR_API_KEY"
}
}
}
}