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