Skip to content
Cursor

ghostlight for Cursor

org.sylin/ghostlight

Visible local browser automation in signed-in Chromium, with optional policy and audit.

client:Cursor transport:stdio runtime:npm

Install ghostlight in Cursor

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

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

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

ghostlight in other clients