Skip to content

GitHub MCP Server 0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 16:39
· 1 commit to main since this release

Remote GitHub MCP Server πŸš€

With this release we document how to use our new hosted server!

Install in VS Code Install in VS Code Insiders

The remote GitHub MCP Server is hosted by GitHub and provides the easiest method for getting up and running. If your MCP host does not support remote MCP servers, don't worry! You can use the local version of the GitHub MCP Server instead.

Prerequisites

  1. An MCP host that supports the latest MCP specification and remote servers, such as VS Code.

Installation

Usage with VS Code

For quick installation, use one of the one-click install buttons above. Once you complete that flow, toggle Agent mode (located by the Copilot Chat text input) and the server will start.

Usage in other MCP Hosts

For MCP Hosts that have been configured to use the remote GitHub MCP Server, add the following JSON block to the host's configuration:

{
  "mcp": {
    "servers": {
      "github": {
        "type": "http",
        "url": "https://api.githubcopilot.com/mcp/"
      }
    }
  }
}

Note: The exact configuration format may vary by host. Refer to your host's documentation for the correct syntax and location for remote MCP server setup.

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0