Skip to content
Cursor

waxseal for Cursor

io.github.degenlegion-com/waxseal

Ed25519 identity for AI agents. Verify seals, sign documents, gate actions with approvals.

client:Cursor transport:stdio runtime:npm

Install waxseal in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "waxseal": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@waxseal/mcp"
      ],
      "env": {
        "WAXSEAL_PRIVATE_KEY_PEM": "<WAXSEAL_PRIVATE_KEY_PEM>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

waxseal in other clients