Skip to content

How to Connect Gasoline to Windsurf

If you use Windsurf and want real browser evidence during development, this guide is for you.

Terminal window
npx -y gasoline-mcp --help

Step 2: Add Gasoline to your Windsurf MCP servers

Section titled “Step 2: Add Gasoline to your Windsurf MCP servers”
{
"mcpServers": {
"gasoline": {
"command": "npx",
"args": ["-y", "gasoline-mcp"]
}
}
}

Windsurf needs a restart to load new MCP entries.

observe({what: "errors"})
observe({what: "logs", min_level: "error"})
generate({what: "reproduction"})

This gives your team a reproducible script instead of vague notes.

[Image Idea] Windsurf MCP config with Gasoline server entry.

[Diagram Idea] Windsurf request -> Gasoline tools -> bug artifact output.