Odel
sigil

sigil

Local
@cdrn3TypeScriptApache-2.0Updated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsigildv0.0.6

Run

npx -y sigild

MCP client config

{
  "mcpServers": {
    "sigil": {
      "command": "npx",
      "args": [
        "-y",
        "sigild"
      ]
    }
  }
}