Serversio.github.sohaibt/splera
S

Splera

io.github.sohaibt/splera · v0.1.1
▦ npm
v0.1.1npm npm: splera-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.sohaibt/splera",
  "description": "A/B testing for vibe coders: create, track, and ship experiments from your AI coding agent.",
  "title": "Splera",
  "repository": {
    "url": "https://github.com/sohaibt/splera",
    "source": "github"
  },
  "version": "0.1.1",
  "websiteUrl": "https://splera.app",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "splera-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Splera API key. Generate one at https://splera.app/settings.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SPLERA_API_KEY"
        },
        {
          "description": "Override the API base URL (defaults to https://splera.app). Useful for local/staging testing.",
          "format": "string",
          "name": "SPLERA_API_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}