Skip to content
Cline

smolanalytics for Cline

io.github.arjun0606/smolanalytics

End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.

client:Cline transport:stdio runtime:oci

Install smolanalytics in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "smolanalytics": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/arjun0606/smolanalytics:v0.92.1"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

smolanalytics in other clients