io.github.Sequesign
sequesign
Sequesign
Cryptographically verifiable receipts of an agent's delegated work, verified offline.
stdioofficialinfra
Package Details
@sequesign/mcp
Transportstdio
Runtimenpx
Environment Variables
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.