Skip to content
VS Code

Github for VS Code

io.github.pipeworx-io/github

GitHub MCP — wraps the GitHub public REST API (no auth required for public endpoints)

client:VS Code transport:streamable-http

Install Github in VS Code

.vscode/mcp.json

{
  "servers": {
    "github": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/github/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Github in other clients