Catalog
io.github.Lokeshwaranramu/quantaseal
OfficialQuantum-safe vault, encryption & compliance for AI agents. NIST FIPS 203/204 ML-KEM-768 + ML-DSA-65.
Provides quantum-safe encryption and compliance for AI agents.
README not available yet.
Install
Configuration
Environment variables
QUANTASEAL_API_KEYrequiredsecretQuantaSeal API key (starts with qs_live_). Get one at https://app.quantaseal.io/settings/api-keys
QUANTASEAL_BASE_URLOverride API URL (optional, default: https://api.quantaseal.io)
claude_desktop_config.json
{
"mcpServers": {
"quantaseal": {
"command": "npx",
"args": [
"-y",
"@quantaseal/mcp-server@1.1.3"
],
"env": {
"QUANTASEAL_API_KEY": "<YOUR_QUANTASEAL_API_KEY>",
"QUANTASEAL_BASE_URL": "<YOUR_QUANTASEAL_BASE_URL>"
}
}
}
}