ddukbg/github-enterprise-mcp
MCP server for GitHub Enterprise API integration
Quick Start
Clone the repository:
git clone https://github.com/ddukbg/github-enterprise-mcpClaude Desktop configuration example:
{
"mcpServers": {
"github-enterprise-mcp": {
"command": "npx",
"args": [
"-y",
"ddukbg/github-enterprise-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.