← Index

Splera

io.github.sohaibt/splera·v0.1.1·Other
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "splera": {
      "command": "npx",
      "args": [
        "-y",
        "splera-mcp"
      ],
      "env": {
        "SPLERA_API_KEY": "<your-splera_api_key>",
        "SPLERA_API_URL": "<splera_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "splera": {
      "command": "npx",
      "args": [
        "-y",
        "splera-mcp"
      ],
      "env": {
        "SPLERA_API_KEY": "<your-splera_api_key>",
        "SPLERA_API_URL": "<splera_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y splera-mcp
§02  Environment variables
SPLERA_API_KEY
requiredsecret

Your Splera API key. Generate one at https://splera.app/settings.

SPLERA_API_URL

Override the API base URL (defaults to https://splera.app). Useful for local/staging testing.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other