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
{
"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