Skip to main content
Version ControlTypeScript

ddukbg/github-enterprise-mcp

MCP server for GitHub Enterprise API integration

version-controlcloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ddukbg/github-enterprise-mcp

Claude 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.

Details

Category
Version Control
Language
TypeScript
Author
ddukbg