GitHub MCP Server PlusServer

PhialsBasement
GitHub
GitHubMCPAPI Integration

Loading subscription status...

💡 Description

MCP server for the GitHub API, enabling file operations, repository management, search functionality, and more.

📝 JSON Entries

{
  "mcpServers": [
    {
      "github": {
        "env": {
          "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
        },
        "args": [
          "run",
          "-i",
          "--rm",
          "-e",
          "GITHUB_PERSONAL_ACCESS_TOKEN",
          "mcp/github"
        ],
        "command": "docker"
      }
    }
  ]
}

🛠️ Tools

search_repositoriescreate_repositoryget_file_contentspush_files_from_pathcreate_issuecreate_pull_requestfork_repositorycreate_branch

Features

  • Automatic branch creation
  • Extensive error handling
  • Retention of Git history
  • Batch processing capabilities
  • Advanced search functionalities

💬 Example Queries

  • Create a new GitHub repository
  • Update a file in the repository
  • Search for issues related to a specific bug