MCP Github Test MCP Server

The GitHub MCP Server is a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) server that provides seamless integration

Local serverstdioGo

What is the MCP Github Test MCP server?

MCP Github Test becomes available to MCP clients through the mcp github test mcp server. The GitHub MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with GitHub APIs, enabling advanced automation and interaction capabilities for developers and tools.

What MCP Github Test does

The GitHub MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with GitHub APIs, enabling advanced automation and interaction capabilities for developers and tools.

Tools it exposes

Once connected, the assistant can call these 10 tools directly:

  • Toolset — Description
  • repos — Repository-related tools (file operations, branches, commits)
  • issues — Issue-related tools (create, read, update, comment)
  • users — Anything relating to GitHub Users
  • pull_requests — Pull request operations (create, merge, review)
  • code_security — Code scanning alerts and security features
  • experiments — Experimental features (not considered stable)
  • Users — The Users tool exposed by this server
  • Issues — The Issues tool exposed by this server
  • Repositories — The Repositories tool exposed by this server

Installing the mcp github test mcp server

Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.

Configuration

Before the server will start you need to supply 5 environment variables: GITHUB_PERSONAL_ACCESS_TOKEN, GITHUB_HOST, TOOL_ADD_ISSUE_COMMENT_DESCRIPTION, TOOL_CREATE_BRANCH_DESCRIPTION, YOUR_TOKEN. Keep credentials in your client's env block or a secrets manager rather than committing them.

Requirements

  1. To run the server in a container, you will need to have Docker installed. 2. Once Docker is installed, you will also need to ensure Docker is running. The image is public; if you get errors on pull, you may have an expired token and need to docker logout ghcr.io. 3. Lastly you will need to [Create a GitHub Personal Access

Where it fits

Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. MCP Github Test sits in that group, and the shape of its toolset — Toolset, repos, issues among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • It will not start until its required credentials are present, so set those before wondering why the tools never appear.
  • With 10 tools exposed, expect a noticeable bump in prompt size — disable it in projects that never use MCP Github Test.
  • Maintained by ahchenjie, written in Go.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the mcp github test mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
ToolsetDescription
reposRepository-related tools (file operations, branches, commits)
issuesIssue-related tools (create, read, update, comment)
usersAnything relating to GitHub Users
pull_requestsPull request operations (create, merge, review)
code_securityCode scanning alerts and security features
experimentsExperimental features (not considered stable)
UsersThe Users tool exposed by this server.
IssuesThe Issues tool exposed by this server.
RepositoriesThe Repositories tool exposed by this server.

How to install the MCP Github Test MCP server

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

Configuration as documented by the project. Restart the client after saving.

Configuration

  1. To run the server in a container, you will need to have Docker installed. 2. Once Docker is installed, you will also need to ensure Docker is running. The image is public; if you get errors on pull, you may have an expired token and need to docker logout ghcr.io. 3. Lastly you will need to [Create a GitHub Personal Access
VariableDescriptionRequired
GITHUB_PERSONAL_ACCESS_TOKENCredential the server authenticates with.Yes
GITHUB_HOSTEndpoint or connection string the server talks to.Optional
TOOL_ADD_ISSUE_COMMENT_DESCRIPTIONConfiguration value read at startup.Optional
TOOL_CREATE_BRANCH_DESCRIPTIONConfiguration value read at startup.Optional
YOUR_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use MCP Github Test to Toolset.
  • Use MCP Github Test to repos.
  • Use MCP Github Test to issues.

Frequently asked questions

It connects MCP Github Test to MCP-compatible AI assistants such as Claude and Cursor, exposing 10 tools (Toolset, repos, issues, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Github Test directly.