Skip to content
Windsurf

Frisk for Windsurf

dev.tryfrisk/frisk

Screen the counterparty of an x402 payment before an agent pays it. Runs offline by default.

client:Windsurf transport:stdio runtime:npm

Install Frisk in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "frisk": {
      "command": "npx",
      "args": [
        "-y",
        "frisk-mcp"
      ],
      "env": {
        "FRISK_API_KEY": "<FRISK_API_KEY>",
        "FRISK_BASE_URL": "<FRISK_BASE_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Frisk in other clients