quantaseal for Cursor
io.github.lokeshwaranramu/quantaseal
Quantum-safe vault, encryption & compliance for AI agents. NIST FIPS 203/204 ML-KEM-768 + ML-DSA-65.
client:Cursor
transport:stdio
runtime:npm
Install quantaseal in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"quantaseal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@quantaseal/mcp-server"
],
"env": {
"QUANTASEAL_API_KEY": "<QUANTASEAL_API_KEY>",
"QUANTASEAL_BASE_URL": "<QUANTASEAL_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs