Skip to content
Cursor

Splera for Cursor

io.github.sohaibt/splera

A/B testing for vibe coders: create, track, and ship experiments from your AI coding agent.

client:Cursor transport:stdio runtime:npm

Install Splera in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "splera": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "splera-mcp"
      ],
      "env": {
        "SPLERA_API_KEY": "<SPLERA_API_KEY>",
        "SPLERA_API_URL": "<SPLERA_API_URL>"
      }
    }
  }
}

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

Splera in other clients