GitHub Enterprise MCP Server
@ddukbg
关于 GitHub Enterprise MCP Server
github-enterprise-mcp
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
版本控制 分类下的更多 MCP 服务器
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.
mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers
Code Review Server
crazyrabbitLTCA MCP server for code reviews
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
评论