unreal-mcp-server

AlexKissiJr/unreal-mcp-server

3.1

If you are the rightful owner of unreal-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

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

The GitHub MCP Server is a robust tool designed to facilitate seamless interactions with the GitHub API. It provides a comprehensive suite of operations for managing repositories, handling files, and executing advanced searches. This server is particularly useful for developers and teams looking to automate and streamline their GitHub workflows. With features like automatic branch creation, comprehensive error handling, and batch operations, it ensures efficient and error-free management of GitHub repositories. The server also supports advanced search capabilities, allowing users to search for code, issues, pull requests, and users with precision. Additionally, it maintains Git history integrity, ensuring that all operations are recorded without the need for force pushing. The GitHub MCP Server is compatible with various platforms and can be easily integrated into existing workflows using Docker or NPX.

Features

  • Automatic Branch Creation: Automatically creates branches when creating/updating files or pushing changes if they don't exist.
  • Comprehensive Error Handling: Provides clear error messages for common issues.
  • Git History Preservation: Maintains proper Git history without force pushing.
  • Batch Operations: Supports both single-file and multi-file operations.
  • Advanced Search: Enables searching for code, issues/PRs, and users.

Usages

usage with claude desktop docker

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

usage with claude desktop npx

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-github"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}

Tools

  1. create_or_update_file

    Create or update a single file in a repository

  2. push_files

    Push multiple files in a single commit

  3. search_repositories

    Search GitHub repository

  4. create_repository

    Create a new GitHub repository

  5. get_file_contents

    Get the contents of a file or directory

  6. create_issue

    Create a new question

  7. create_pull_request

    Create a new pull request

  8. fork_repository

    Forked warehouse

  9. create_branch

    Create a new branch

  10. list_issues

    List and filter warehouse issues

  11. update_issue

    Update existing issues

  12. add_issue_comment

    Add a comment to the question

  13. search_code

    Search for code in GitHub repository

  14. search_issues

    Search questions and pull requests

  15. search_users

    Search for GitHub users

  16. list_commits

    Get the commit of the repository branch

  17. get_issue

    Get the content of the problem in the warehouse

  18. get_pull_request

    Get detailed information about a specific pull request

  19. list_pull_requests

    List and filter repository pull requests

  20. create_pull_request_review

    Create a comment on a pull request

  21. merge_pull_request

    Merge pull requests

  22. get_pull_request_files

    Get a list of files that have been changed in the pull request

  23. get_pull_request_status

    Gets the merge status of all state checks for pull requests

  24. update_pull_request_branch

    Update pull request branch with latest changes to the underlying branch

  25. get_pull_request_comments

    Get comments on pull request

  26. get_pull_request_reviews

    Get comments on pull request