waxseal for Windsurf
io.github.degenlegion-com/waxseal
Ed25519 identity for AI agents. Verify seals, sign documents, gate actions with approvals.
client:Windsurf
transport:stdio
runtime:npm
Install waxseal in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"waxseal": {
"command": "npx",
"args": [
"-y",
"@waxseal/mcp"
],
"env": {
"WAXSEAL_PRIVATE_KEY_PEM": "<WAXSEAL_PRIVATE_KEY_PEM>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs