GitHub Enterprise MCP ServerServer

piyushgIITian
GitHub
GitHubMCPAPIs

Loading subscription status...

💡 Description

A MCP server for the GitHub API that enables file operations, repository management, and search functionalities.

📝 JSON Entries

{
  "mcpServers": [
    {
      "github-enterprise": {
        "env": {
          "GITHUB_API_URL": "https://api.github.com",
          "GITHUB_PERSONAL_ACCESS_TOKEN": "your-personal-access-token"
        },
        "args": [
          "/absolute/path/to/github-enterprise-mcp/dist/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠 Tools

create_or_update_filepush_filessearch_repositoriescreate_repositoryget_file_contentscreate_issuecreate_pull_requestfork_repositorycreate_branchlist_issues

⚡ Features

  • Automatic branch creation
  • Comprehensive error handling
  • Preservation of Git history without forced pushes
  • Batch operations support
  • Advanced search capabilities

💬 Example Queries

  • Create a new repository named 'my-project'
  • Search for repositories related to machine learning
  • Create a pull request from my feature branch to main
  • Retrieve the contents of the README.md file from repository X
  • List unresolved issues in the repository