waxseal for Zed
io.github.degenlegion-com/waxseal
Ed25519 identity for AI agents. Verify seals, sign documents, gate actions with approvals.
client:Zed
transport:stdio
runtime:npm
Install waxseal in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"waxseal": {
"command": "npx",
"args": [
"-y",
"@waxseal/mcp"
],
"env": {
"WAXSEAL_PRIVATE_KEY_PEM": "<WAXSEAL_PRIVATE_KEY_PEM>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs