Skip to content
Cline

APIThreshold for Cline

ai.apithreshold/apithreshold

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

client:Cline transport:stdio runtime:oci

Install APIThreshold in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "apithreshold": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

APIThreshold in other clients