Skip to content
Cursor

golive for Cursor

io.github.myanptl/golive-mcp

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

client:Cursor transport:stdio runtime:npm

Install golive in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

golive in other clients