A/B testing for vibe coders: create, track, and ship experiments from your AI coding agent.
claude mcp add splera -- npx -y splera-mcp
claude_desktop_config.json
{
"mcpServers": {
"splera": {
"command": "npx",
"args": [
"-y",
"splera-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"splera": {
"command": "npx",
"args": [
"-y",
"splera-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"splera": {
"command": "npx",
"args": [
"-y",
"splera-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"splera": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"splera-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"splera": {
"command": "npx",
"args": [
"-y",
"splera-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.sohaibt--splera/reviews or the review_server meta-tool.
POST /mcp