Skip to content
Zed

quantaseal for Zed

io.github.lokeshwaranramu/quantaseal

Quantum-safe vault, encryption & compliance for AI agents. NIST FIPS 203/204 ML-KEM-768 + ML-DSA-65.

client:Zed transport:stdio runtime:npm

Install quantaseal 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": {
    "quantaseal": {
      "command": "npx",
      "args": [
        "-y",
        "@quantaseal/mcp-server"
      ],
      "env": {
        "QUANTASEAL_API_KEY": "<QUANTASEAL_API_KEY>",
        "QUANTASEAL_BASE_URL": "<QUANTASEAL_BASE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

quantaseal in other clients