Skip to content
Cursor

smolanalytics for Cursor

io.github.arjun0606/smolanalytics

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

client:Cursor transport:stdio runtime:oci

Install smolanalytics in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

smolanalytics in other clients