Skip to content
VS Code

github gist for VS Code

io.github.ofershap/github-gist

MCP server to create, read, update, list, and search GitHub Gists from your IDE

client:VS Code transport:stdio runtime:npm

Install github gist in VS Code

.vscode/mcp.json

{
  "servers": {
    "github-gist": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-github-gist"
      ]
    }
  }
}

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

github gist in other clients