Skip to content
Zed

Splera for Zed

io.github.sohaibt/splera

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

client:Zed transport:stdio runtime:npm

Install Splera in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Splera in other clients