sigil for Zed
io.github.cdrn/sigil
Local keystore + MCP server. Claude can sign EVM transactions but never sees the private key.
client:Zed
transport:stdio
runtime:npm
Install sigil in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sigil": {
"command": "npx",
"args": [
"-y",
"sigild"
],
"env": {
"SIGIL_HOME": "<SIGIL_HOME>",
"SIGIL_CONTROL_SOCK": "<SIGIL_CONTROL_SOCK>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs