Skip to content
Cursor

sigil for Cursor

io.github.cdrn/sigil

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

client:Cursor transport:stdio runtime:npm

Install sigil in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sigil in other clients