Skip to content
Cline

Sequesign for Cline

io.github.sequesign/sequesign

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

client:Cline transport:stdio runtime:npm

Install Sequesign in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Sequesign in other clients