← Back to browse

quantaseal

Indexed by io.github.Lokeshwaranramu

About

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

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 varsQUANTASEAL_API_KEY QUANTASEAL_BASE_URL
Claude Code
claude mcp add --env QUANTASEAL_API_KEY= --env QUANTASEAL_BASE_URL= quantaseal -- npx @quantaseal/mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"quantaseal","command":"npx","args":["@quantaseal/mcp-server"],"env":{"QUANTASEAL_API_KEY":"","QUANTASEAL_BASE_URL":""}}'
JSON
{
  "mcpServers": {
    "quantaseal": {
      "command": "npx",
      "args": [
        "@quantaseal/mcp-server"
      ],
      "env": {
        "QUANTASEAL_API_KEY": "",
        "QUANTASEAL_BASE_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.