Skip to content
VS Code

sign cli for VS Code

io.github.drbaher/sign-cli

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

client:VS Code transport:stdio runtime:npm

Install sign cli in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

sign cli in other clients