scottdhughes/pqc-messaging-plugin
Post-quantum encrypted messaging skills for AI agents. Hybrid X25519+ML-KEM-768 encryption, ML-DSA-65 authentication, opaque key handles. Claude Code plugin.
Platform-specific configuration:
{
"mcpServers": {
"pqc-messaging-plugin": {
"command": "npx",
"args": [
"-y",
"pqc-messaging-plugin"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://opensource.org/licenses/MIT)
> Research and Prototyping Only. This plugin uses post-quantum-mcp which depends on liboqs, explicitly not recommended for production use or protecting sensitive data.
A Claude Code plugin that gives AI agents quantum-resistant encrypted messaging capabilities. Agents can generate cryptographic identities, exchange keys, and send/receive authenticated encrypted messages — all using post-quantum algorithms that resist both classical and quantum attacks.
Fixed suite: mlkem768-x25519-sha3-256
| Component | Algorithm | Standard | Purpose | |-----------|-----------|----------|---------| | Key encapsulation | X25519 + ML-KEM-768 | RFC 7748 + FIPS 203 | Hybrid quantum-resistant confidentiality | | KEM combiner | SHA3-256 | LAMPS draft | Combines classical + PQ shared secrets | | Encryption | AES-256-GCM | NIST | Authenticated encryption with AAD | | Sender signature | ML-DSA-65 | FIPS 204 | Quantum-resistant authentication | | Fingerprints | SHA3-256 | NIST | Public key identity |
git clone Loading reviews...