ghostlight for VS Code
org.sylin/ghostlight
Visible local browser automation in signed-in Chromium, with optional policy and audit.
client:VS Code
transport:stdio
runtime:npm
Install ghostlight in VS Code
.vscode/mcp.json
{
"servers": {
"ghostlight": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ghostlight"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs