Skip to content
Grok

sign cli for Grok

io.github.drbaher/sign-cli

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

client:Grok transport:stdio runtime:npm

Install sign cli in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

sign cli in other clients