Skip to content
Cursor

APIThreshold for Cursor

ai.apithreshold/apithreshold

Quality scoring and progressive gates for AI-generated API tests. Stripe/Twilio profiles. Free tier.

client:Cursor transport:stdio runtime:oci

Install APIThreshold in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "apithreshold": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/apithreshold/apithreshold:0.1.0"
      ],
      "env": {
        "APITHRESHOLD_LLM_PROVIDER": "<APITHRESHOLD_LLM_PROVIDER>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "APITHRESHOLD_LICENSE": "<APITHRESHOLD_LICENSE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

APIThreshold in other clients