Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

waxseal in other clients