Skip to content
VS Code

golive for VS Code

io.github.myanptl/golive-mcp

Check a site before you share it: link previews, SPA refresh 404s, noindex, security headers.

client:VS Code transport:stdio runtime:npm

Install golive in VS Code

.vscode/mcp.json

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

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

golive in other clients