LogoSTMCP
Download
github-enterprise-mcp

GitHub Enterprise MCP Server

GitHub Enterprise MCP Server provides seamless integration with GitHub Enterprise API through the Model Context Protocol, enabling AI tools to access repositories, issues, PRs, and enterprise management features with enhanced error handling and multilingual support.

Tools

1. list-repositories

Retrieve repository list for a user or organization.

2. get-repository

Get detailed repository information.

3. list-branches

List branches of a repository.

4. get-content

Retrieve file or directory contents.

5. list-pull-requests

List pull requests in a repository.

6. get-pull-request

Get pull request details.

7. create-pull-request

Create a new pull request.

8. merge-pull-request

Merge a pull request.

9. list-issues

List issues in a repository.

10. get-issue

Get issue details.

11. list-issue-comments

List comments on an issue or pull request.

12. create-issue

Create a new issue.

13. create-repository

Create a new repository.

14. update-repository

Update repository settings.

15. delete-repository

Delete a repository.

16. list-workflows

List GitHub Actions workflows.

17. list-workflow-runs

List workflow runs.

18. trigger-workflow

Trigger a workflow.

19. get-license-info

Get GitHub Enterprise license information.

20. get-enterprise-stats

Get GitHub Enterprise system statistics.

Open Graph image for GitHub Enterprise MCP Server

JSON Config

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

Useful Links

Information

  • Author@ddukbg
  • Published date2025/09/21