Skip to content
Windsurf

Sequesign for Windsurf

io.github.sequesign/sequesign

Cryptographically verifiable receipts of an agent's delegated work, verified offline.

client:Windsurf transport:stdio runtime:npm

Install Sequesign 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": {
    "sequesign": {
      "command": "npx",
      "args": [
        "-y",
        "@sequesign/mcp"
      ],
      "env": {
        "SEQUESIGN_MODE": "<SEQUESIGN_MODE>",
        "SEQUESIGN_API_KEY": "<SEQUESIGN_API_KEY>",
        "SEQUESIGN_AGENT_PRIVATE_KEY": "<SEQUESIGN_AGENT_PRIVATE_KEY>",
        "SEQUESIGN_PACKAGE_DIR": "<SEQUESIGN_PACKAGE_DIR>",
        "SEQUESIGN_TEMPLATE_REGISTRY_URL": "<SEQUESIGN_TEMPLATE_REGISTRY_URL>",
        "SEQUESIGN_TEMPLATE_REGISTRY_TOKEN": "<SEQUESIGN_TEMPLATE_REGISTRY_TOKEN>"
      }
    }
  }
}

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

Sequesign in other clients