Skip to content
Back to search
30
MCP

gasoline-agentic-browser

npm/gasoline-agentic-browser

Gasoline Agentic Browser is an AI Debugger, Inspector, and Observability toolkit. It acts as Chrome DevTools for AI Agents using the Model Context Protocol (MCP).

Uptime
0.0%
5 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "gasoline-agentic-browser": {
      "url": "None",
      "transport": "http"
    }
  }
}