ddukbg/github-enterprise-mcp
github-enterprise-mcp
Platform-specific configuration:
{
"mcpServers": {
"github-enterprise-mcp": {
"command": "npx",
"args": [
"-y",
"github-enterprise-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://mseep.ai/app/containerelic-github-enterprise-mcp)
[](https://archestra.ai/mcp-catalog/ddukbg__github-enterprise-mcp)
An MCP (Model Context Protocol) server for integration with GitHub Enterprise API. This server provides an MCP interface to easily access repository information, issues, PRs, and more from GitHub Enterprise in Cursor.
This project is primarily designed for GitHub Enterprise Server environments, but it also works with:
> Note: Some enterprise-specific features (like license information and enterprise statistics) will not work with GitHub.com or GitHub Enterprise Cloud.
docker build -t github-enterprise-mcp . docker run -p 3000:3000 \
-e GITHUB_TOKEN="your_github_token" \
-e GITHUB_ENTERPRISE_URL="https://github.your-company.com/api/v3" \
-e DEBUG=true \
Loading reviews...