MCP Server
MCP
io.github.cdrn/sigil
Local keystore + MCP server. Claude can sign EVM transactions but never sees the private key.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "sigild",
"version": "0.0.6",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Override the default ~/.sigil directory for keyfiles, audit log, and control socket.",
"name": "SIGIL_HOME"
},
{
"description": "Override the default control socket path (~/.sigil/control.sock).",
"name": "SIGIL_CONTROL_SOCK"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment