Skip to content
Grok

chain signer for Grok

io.github.kevthetech143/chain-signer

Security suite for AI agents: flag drains, permit-phishing & risky actions before signing.

client:Grok transport:stdio runtime:pypi

Install chain signer in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "chain-signer": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "chain-signer"
      ]
    }
  }
}

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

chain signer in other clients