Project-Level Config (Recommended)
Create .mcp.json in your project root:
{
"mcpServers": {
"gasoline": {
"command": "npx",
"args": ["gasoline-mcp", "--mcp"]
}
}
}
Gasoline only fires up when you’re in this project.
Global Config
Available in all projects — add to ~/.claude/settings.json:
{
"mcpServers": {
"gasoline": {
"command": "npx",
"args": ["gasoline-mcp", "--mcp"]
}
}
}
Usage
Once configured, Claude Code auto-ignites the server. Ask:
- “What browser errors do you see?”
- “Check the network responses for /api/users”
- “Run an accessibility audit on this page”
- “What’s the DOM structure of the nav?”
- “Any WebSocket connection issues?”
Claude uses the right MCP tool and returns actionable debugging info.
Troubleshooting
- Restart Claude Code after adding config
- Check extension popup — should show “Connected”
- Verify tools: Ask “What MCP tools do you have?”
- Check logs: Look for MCP connection errors in output