waxseal
About
Ed25519 identity for AI agents. Verify seals, sign documents, gate actions with approvals.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
WAXSEAL_PRIVATE_KEY_PEMClaude Code
claude mcp add --env WAXSEAL_PRIVATE_KEY_PEM= waxseal -- npx @waxseal/mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"waxseal","command":"npx","args":["@waxseal/mcp"],"env":{"WAXSEAL_PRIVATE_KEY_PEM":""}}'
JSON
{
"mcpServers": {
"waxseal": {
"command": "npx",
"args": [
"@waxseal/mcp"
],
"env": {
"WAXSEAL_PRIVATE_KEY_PEM": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.