quantaseal for Windsurf
io.github.lokeshwaranramu/quantaseal
Quantum-safe vault, encryption & compliance for AI agents. NIST FIPS 203/204 ML-KEM-768 + ML-DSA-65.
client:Windsurf
transport:stdio
runtime:npm
Install quantaseal in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"quantaseal": {
"command": "npx",
"args": [
"-y",
"@quantaseal/mcp-server"
],
"env": {
"QUANTASEAL_API_KEY": "<QUANTASEAL_API_KEY>",
"QUANTASEAL_BASE_URL": "<QUANTASEAL_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs