Skip to content
Windsurf

umbra proof for Windsurf

io.github.beepboop2025/umbra-proof

Verify Umbra bridge accountability proofs (signed receipts, checkpoints, Merkle inclusion).

client:Windsurf transport:stdio runtime:oci

Install umbra proof in Windsurf

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

{
  "mcpServers": {
    "umbra-proof": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/beepboop2025/umbra-proof-mcp:v0.1.2"
      ]
    }
  }
}

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

umbra proof in other clients