Odel
sign cli

sign cli

Local
@drbaherTypeScriptMITUpdated 1mo ago

Agent-first e-signature MCP server with offline PAdES signing and hash-chained audit.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@drbaher/sign-cliv0.9.0

Run

npx -y @drbaher/sign-cli

MCP client config

{
  "mcpServers": {
    "sign-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@drbaher/sign-cli"
      ]
    }
  }
}