GitHub MCP Server (HTTP)

Official GitHub MCP server accessible via HTTP protocol. Provides Git operations, repository management, and code interactions through a remote HTTP endpoint.

⭐ Featured✓ Verified
Vendor:github
Slug:github-http
License:MIT
Latest Version:

Tags

gitgithubversion-controlofficialhttp
26,683
Stars

Installation

Install in VS Code
HTTP Runtime
https://api.github.com/mcp

VS Code MCP Configuration

Click “Install in VS Code” button above or add this configuration manually:

{
  "mcpServers": {
    "github-http": {
          "url": "https://api.github.com/mcp",
          "headers": {}
    }
  }
}

Version History

Latest