GitHub Enterprise MCP Server provides seamless integration with GitHub Enterprise API through the Model Context Protocol, enabling AI tools to access repositories, issues, PRs, and enterprise management features with enhanced error handling and multilingual support.
Retrieve repository list for a user or organization.
Get detailed repository information.
List branches of a repository.
Retrieve file or directory contents.
List pull requests in a repository.
Get pull request details.
Create a new pull request.
Merge a pull request.
List issues in a repository.
Get issue details.
List comments on an issue or pull request.
Create a new issue.
Create a new repository.
Update repository settings.
Delete a repository.
List GitHub Actions workflows.
List workflow runs.
Trigger a workflow.
Get GitHub Enterprise license information.
Get GitHub Enterprise system statistics.
{
"mcpServers": {
"github-enterprise": {
"command": "npx",
"args": ["@ddukbg/github-enterprise-mcp"],
"env": {
"GITHUB_ENTERPRISE_URL": "https://github.your-company.com/api/v3",
"GITHUB_TOKEN": "your_github_token"
}
}
}
}