PluginBench
MCP Server
Active
Apache-2.0

Sequesign MCP Server

io.github.Sequesign/sequesign

What is the Sequesign MCP server?

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

How to install Sequesign

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SEQUESIGN_MODE

    Transport: 'direct' (default; sign locally, an independent witness co-signs) or 'managed' (route through the Sequesign broker for a registered identity).

  • SEQUESIGN_API_KEY
    secret

    Sequesign write-class API key (from the dashboard). Required for managed mode; in direct mode it authenticates the hosted witness.

  • SEQUESIGN_AGENT_PRIVATE_KEY
    secret

    Ed25519 PKCS#8 private-key PEM for the agent. In managed mode, the key registered to your API key. In direct mode, omit to mint an ephemeral key per session.

  • SEQUESIGN_PACKAGE_DIR

    Directory where sealed receipt packages are written. Defaults to a temporary directory.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sequesign": {
      "command": "npx",
      "args": [
        "-y",
        "@sequesign/mcp"
      ],
      "env": {
        "SEQUESIGN_MODE": "<YOUR_SEQUESIGN_MODE>",
        "SEQUESIGN_API_KEY": "<YOUR_SEQUESIGN_API_KEY>",
        "SEQUESIGN_AGENT_PRIVATE_KEY": "<YOUR_SEQUESIGN_AGENT_PRIVATE_KEY>",
        "SEQUESIGN_PACKAGE_DIR": "<YOUR_SEQUESIGN_PACKAGE_DIR>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sequesign": {
      "command": "npx",
      "args": [
        "-y",
        "@sequesign/mcp"
      ],
      "env": {
        "SEQUESIGN_MODE": "<YOUR_SEQUESIGN_MODE>",
        "SEQUESIGN_API_KEY": "<YOUR_SEQUESIGN_API_KEY>",
        "SEQUESIGN_AGENT_PRIVATE_KEY": "<YOUR_SEQUESIGN_AGENT_PRIVATE_KEY>",
        "SEQUESIGN_PACKAGE_DIR": "<YOUR_SEQUESIGN_PACKAGE_DIR>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sequesign": {
      "command": "npx",
      "args": [
        "-y",
        "@sequesign/mcp"
      ],
      "env": {
        "SEQUESIGN_MODE": "<YOUR_SEQUESIGN_MODE>",
        "SEQUESIGN_API_KEY": "<YOUR_SEQUESIGN_API_KEY>",
        "SEQUESIGN_AGENT_PRIVATE_KEY": "<YOUR_SEQUESIGN_AGENT_PRIVATE_KEY>",
        "SEQUESIGN_PACKAGE_DIR": "<YOUR_SEQUESIGN_PACKAGE_DIR>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sequesign": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sequesign/mcp"
      ],
      "env": {
        "SEQUESIGN_MODE": "<YOUR_SEQUESIGN_MODE>",
        "SEQUESIGN_API_KEY": "<YOUR_SEQUESIGN_API_KEY>",
        "SEQUESIGN_AGENT_PRIVATE_KEY": "<YOUR_SEQUESIGN_AGENT_PRIVATE_KEY>",
        "SEQUESIGN_PACKAGE_DIR": "<YOUR_SEQUESIGN_PACKAGE_DIR>"
      }
    }
  }
}
Claude Code
claude mcp add sequesign --env SEQUESIGN_MODE=<YOUR_SEQUESIGN_MODE> --env SEQUESIGN_API_KEY=<YOUR_SEQUESIGN_API_KEY> --env SEQUESIGN_AGENT_PRIVATE_KEY=<YOUR_SEQUESIGN_AGENT_PRIVATE_KEY> --env SEQUESIGN_PACKAGE_DIR=<YOUR_SEQUESIGN_PACKAGE_DIR> -- npx -y @sequesign/mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →