Ethereum Keystore Encryption for Grok
io.github.nirholas/keystore-mcp-server
Encrypt/decrypt Ethereum keystore JSON V3 with scrypt/PBKDF2 for secure cold storage
client:Grok
transport:stdio
runtime:pypi
Install Ethereum Keystore Encryption in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"keystore-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"keystore-mcp-server"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs