Catalog
Splera
Officialby sohaibt
A/B testing for vibe coders: create, track, and ship experiments from your AI coding agent.
Create, track, and ship A/B testing experiments directly from AI coding agents.
README not available yet.
Install
Configuration
Environment variables
SPLERA_API_KEYrequiredsecretYour Splera API key. Generate one at https://splera.app/settings.
SPLERA_API_URLOverride the API base URL (defaults to https://splera.app). Useful for local/staging testing.
claude_desktop_config.json
{
"mcpServers": {
"splera": {
"command": "npx",
"args": [
"-y",
"splera-mcp@0.1.1"
],
"env": {
"SPLERA_API_KEY": "<YOUR_SPLERA_API_KEY>",
"SPLERA_API_URL": "<YOUR_SPLERA_API_URL>"
}
}
}
}