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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
Linear MCP Server
clinea private MCP server for accessing Linear
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.
GitHub Actions 工作流使用说明
HenryHaosonYuque mcp server
AIO-MCP Server
athapong🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from https://github.com/nguyenvanduocit/all-in-one-model-context-protocol
Comments