MCP.so
Sign In

GitHub Enterprise MCP Server

@ddukbg

About GitHub Enterprise MCP Server

github-enterprise-mcp

Basic information

Category

Version Control

Runtime

node

Transports

stdio

Publisher

ddukbg

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "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"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is GitHub Enterprise MCP Server?

An MCP server that integrates with the GitHub Enterprise API to provide repository information, issues, pull requests, workflows, and user management via the Model Context Protocol for use with AI tools like Cursor and Claude Desktop.

How to use GitHub Enterprise MCP Server?

Install with Node.js 18+, configure the GITHUB_ENTERPRISE_URL and GITHUB_TOKEN environment variables, then run the server via Docker, npm, or npx. Connect to Cursor using HTTP (URL) mode or command mode, or configure Claude Desktop in its claude_desktop_config.json.

Key features of GitHub Enterprise MCP Server

  • Retrieve and manage repositories (create, update, delete)
  • Manage issues and pull requests with full CRUD
  • View file and directory contents from any branch
  • Manage GitHub Actions workflows and runs
  • User management including suspend and unsuspend
  • Access enterprise statistics

Use cases of GitHub Enterprise MCP Server

  • Manage repositories and code review workflows in GitHub Enterprise from an AI assistant
  • Automate issue creation, PR merging, and branch listing
  • Access enterprise statistics and manage users in large organizations

FAQ from GitHub Enterprise MCP Server

What are the prerequisites?

Node.js 18 or higher, access to a GitHub Enterprise instance, and a Personal Access Token (PAT) with appropriate permissions.

Does it work with GitHub.com?

Yes, it works with GitHub.com and GitHub Enterprise Cloud, but enterprise-specific features like license information and enterprise statistics are not available on those platforms.

How can I run the server?

Via Docker, Docker Compose, local npm install, global npm link, or npx. HTTP transport mode is recommended for Cursor integration.

What languages are supported?

English (default) and Korean, configurable via the LANGUAGE environment variable or the --language CLI argument.

What transport modes are supported?

HTTP mode (recommended for Cursor) and command mode. The Docker setup defaults to HTTP transport.

Comments

More Version Control MCP servers