Skip to content
Zed

sign cli for Zed

io.github.drbaher/sign-cli

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

client:Zed transport:stdio runtime:npm

Install sign cli in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

sign cli in other clients