MCP.so
Sign In

GitHub MCP Server Plus

@MCP-Mirror

About GitHub MCP Server Plus

Mirror of

Basic information

Category

Version Control

Transports

stdio

Publisher

MCP-Mirror

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "PhialsBasement_mcp-github-server-plus": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "mcp/github",
        "-f",
        "src/github/Dockerfile",
        "."
      ]
    }
  }
}

Tools

18

`owner` (string): Repository owner (username or organization)

File content and commit details

`owner` (string): Repository owner

Updated branch reference

`owner` (string): Repository owner

Updated branch reference

`query` (string): Search query

Repository search results

`name` (string): Repository name

Created repository details

`owner` (string): Repository owner

File/directory contents

`owner` (string): Repository owner

Created issue details

`owner` (string): Repository owner

Created pull request details

`owner` (string): Repository owner

Forked repository details

Overview

What is GitHub MCP Server Plus?

GitHub MCP Server Plus is an MCP server that exposes GitHub API capabilities through 27 tools, enabling file operations, repository management, search functionality, and more. It is designed for developers and AI agents needing programmatic GitHub interaction.

How to use GitHub MCP Server Plus?

The server provides 27 MCP tools for GitHub API operations. Each tool is invoked with required inputs (e.g., owner, repo, file content) as defined in the tool descriptions. No installation or configuration details are provided in the README.

Key features of GitHub MCP Server Plus

  • Automatic branch creation when files are created/updated
  • Comprehensive error handling with clear messages
  • Git history preservation without force pushing
  • Batch operations for single or multiple files
  • Advanced search for code, issues/PRs, and users

Use cases of GitHub MCP Server Plus

  • Automatically create or update files across repositories with branch creation
  • Push multiple files in a single commit using content or local file paths
  • Search code, issues, pull requests, and users across GitHub
  • Manage issues and pull requests (create, update, review, merge)
  • Create repositories and branches programmatically

FAQ from GitHub MCP Server Plus

How does automatic branch creation work?

When creating/updating files or pushing changes, branches are automatically created if they don’t already exist.

What batch operations are supported?

You can push multiple files in a single commit using push_files_content (direct content) or push_files_from_path (files read from local filesystem).

What search capabilities are available?

The server supports searching code, issues/PRs, users, and repositories, with sorting, filtering, and pagination options.

Comments

More Version Control MCP servers