Skip to content
Grok

sigil for Grok

io.github.cdrn/sigil

Local keystore + MCP server. Claude can sign EVM transactions but never sees the private key.

client:Grok transport:stdio runtime:npm

Install sigil in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sigil": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sigild"
      ],
      "env": {
        "SIGIL_HOME": "<SIGIL_HOME>",
        "SIGIL_CONTROL_SOCK": "<SIGIL_CONTROL_SOCK>"
      }
    }
  }
}

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

sigil in other clients