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.
「バージョン管理」の他のコンテンツ
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.
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
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
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
コメント