Loading...
Loading...
Official GitHub MCP Server for AI-powered repository management, issue/PR automation, CI/CD monitoring, and code analysis through natural language
npx skill4agent add aradotso/mcp-skills github-mcp-serverSkill by ara.so — MCP Skills collection.
{
"servers": {
"github": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp/"
}
}
}{
"servers": {
"github": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp/",
"headers": {
"Authorization": "Bearer ${input:github_mcp_pat}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "github_mcp_pat",
"description": "GitHub Personal Access Token",
"password": true
}
]
}{
"mcpServers": {
"github": {
"url": "https://api.githubcopilot.com/mcp/",
"headers": {
"Authorization": "Bearer YOUR_GITHUB_PAT"
}
}
}
}YOUR_GITHUB_PAT${GITHUB_PAT}{
"mcpServers": {
"github": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp/",
"headers": {
"Authorization": "Bearer ${GITHUB_PAT}"
}
}
}
}{
"servers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"ghcr.io/github/github-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PAT}"
}
}
}
}reporead:orgworkflowadmin:orgexport GITHUB_PAT=ghp_yourTokenHere# .env file
GITHUB_PAT=ghp_yourTokenHere
# Add to .gitignore
echo ".env" >> .gitignore{
"servers": {
"github": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp/",
"headers": {
"X-GitHub-MCP-Toolsets": "repos,issues,pulls"
}
}
}
}reposissuespullsactionssearchgistsnotificationsrepos,issues,pulls,actions,search{
"servers": {
"github-enterprise": {
"type": "http",
"url": "https://copilot-api.octocorp.ghe.com/mcp",
"headers": {
"Authorization": "Bearer ${GITHUB_ENTERPRISE_PAT}"
}
}
}
}{
"servers": {
"github-ghes": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"-e",
"GITHUB_HOST",
"ghcr.io/github/github-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PAT}",
"GITHUB_HOST": "https://github.yourcompany.com"
}
}
}
}{
"servers": {
"github": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp/insiders"
}
}
}{
"servers": {
"github": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp/",
"headers": {
"X-MCP-Insiders": "true"
}
}
}
}Show me all Python files in github/github-mcp-serverShow me the contents of main.go in github/github-mcp-serverFind all functions that use the GitHub API in github/github-mcp-serverShow recent commits in github/github-mcp-server main branchShow open issues in github/github-mcp-server labeled as bugCreate an issue in github/github-mcp-server titled "Add support for X" with description "We need X because..."Add comment to issue #123 in github/github-mcp-server saying "Working on this"Close issue #456 in github/github-mcp-serverShow all open pull requests in github/github-mcp-serverCreate a pull request in github/github-mcp-server from feature-branch to main with title "Add new feature"Show me the diff for PR #789 in github/github-mcp-serverMerge pull request #101 in github/github-mcp-serverShow all GitHub Actions workflows in github/github-mcp-serverShow recent workflow runs for CI in github/github-mcp-serverWhy did the latest build fail in github/github-mcp-server?Trigger the deploy workflow in github/github-mcp-serverShow Dependabot alerts for github/github-mcp-serverFind all repositories in github org using deprecated APIWhat's the directory structure of github/github-mcp-server?Compare the CI/CD setup between github/repo1 and github/repo2Label all open issues in github/github-mcp-server that mention "authentication" with "auth"Create a release for github/github-mcp-server version 2.0.0 with notes from recent PRsShow me all PRs assigned to me across github organizationReview PR #234 in github/github-mcp-server and suggest improvementsError: Unable to connect to GitHub MCP serverhttps://api.githubcopilot.com/mcp/Error: Authentication failedecho $GITHUB_PATError: Resource not accessiblerepoError: failed to pull ghcr.io/github/github-mcp-serverdocker psdocker logout ghcr.iodocker pull ghcr.io/github/github-mcp-serverError: API rate limit exceededError: Connection timeouthttps://"GITHUB_HOST": "https://github.company.com"Error: Tool 'create_gist' not available{
"headers": {
"X-GitHub-MCP-Toolsets": "repos,issues,pulls,gists"
}
}Server 'github' not found.vscode/settings.jsonAuthorization: Bearer ${GITHUB_PAT}${GITHUB_PAT}${input:github_token}List repositories in github organization