GitHub Enterprise MCP Server
@ddukbg
About GitHub Enterprise MCP Server
github-enterprise-mcp
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.
Frequently asked questions
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.
Basic information
More Version Control MCP servers
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
Gerrit Review MCP Server
cayirtepeomerThis MCP server provides integration with Gerrit code review system, allowing AI assistants to review code changes and their details through a simple interface.
Comments