Skip to content
Windsurf

AuthProof for Windsurf

io.github.kaleckh/authproof

Signed, non-replayable API auth. Agents self-register and sign requests with ERC-8128.

client:Windsurf transport:stdio runtime:npm

Install AuthProof 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": {
    "authproof": {
      "command": "npx",
      "args": [
        "-y",
        "@authproof/mcp-server"
      ],
      "env": {
        "AUTHPROOF_SERVER": "<AUTHPROOF_SERVER>",
        "AGENT_PRIVATE_KEY": "<AGENT_PRIVATE_KEY>",
        "AUTHPROOF_CHAIN_ID": "<AUTHPROOF_CHAIN_ID>",
        "AUTHPROOF_RPC_URL": "<AUTHPROOF_RPC_URL>"
      }
    }
  }
}

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

AuthProof in other clients