Skip to content
Claude Desktop

sigil for Claude Desktop

io.github.cdrn/sigil

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

client:Claude Desktop transport:stdio runtime:npm

Install sigil in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

sigil in other clients