Skip to content
Windsurf

ProofSlip for Windsurf

ai.proofslip/mcp-server

Receipt-based verification for AI agent workflows — create, verify, and poll ephemeral proof objects

client:Windsurf transport:stdio runtime:npm

Install ProofSlip 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": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@proofslip/mcp-server"
      ],
      "env": {
        "PROOFSLIP_API_KEY": "<PROOFSLIP_API_KEY>",
        "PROOFSLIP_BASE_URL": "<PROOFSLIP_BASE_URL>"
      }
    }
  }
}

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

ProofSlip in other clients