QU3 - Quantum-Safe MCP Client
@qu3ai
About QU3 - Quantum-Safe MCP Client
Quantum-proof MCP Server and Client Interactions
Overview
What is QU3 - Quantum-Safe MCP Client?
QU3 - Quantum-Safe MCP Client is a command-line application that enables secure interaction with Quantum-Safe Multi-Compute Provider (MCP) environments using post-quantum cryptography (PQC) standards. It includes a mock server for development and testing, and is designed for developers and system administrators working with QU3-compatible MCP servers.
How to use QU3 - Quantum-Safe MCP Client?
Install by cloning the repository, creating a Python virtual environment, and installing dependencies with pip install -r requirements.txt. Optionally configure config.yaml for key directory and server URL. Run the included mock server (python -m scripts.mock_mcp_server) and generate client keys (python -m src.main generate-keys). Then execute commands like run-inference, run-agent, or update-policy to perform secured operations. A quick installation script (scripts/install.sh) is also provided.
Key features of QU3 - Quantum-Safe MCP Client
- Uses NIST PQC finalists Kyber-768 (KEM) and SPHINCS+-SHA2-128f-simple (signatures).
- Establishes secure sessions via network KEM handshake with HKDF-SHA256 key derivation.
- Encrypts all request/response payloads with AES-256-GCM after handshake.
- Provides client authentication (SPHINCS+ signatures) and server attestation verification.
- Offers CLI commands for key generation, inference, agent workflows, and policy updates.
- Automatically fetches server public keys if not found locally.
Use cases of QU3 - Quantum-Safe MCP Client
- Securing inference requests to quantum-safe MCP servers with post-quantum encryption.
- Running multi-step agent workflows that chain model calls (e.g.,
modelA -> modelB) with signed and encrypted outputs. - Updating server security policies by sending encrypted and signed policy files.
- Testing and validating PQC integration using the included mock MCP server.
- Benchmarking quantum-safe
Basic information
Category
Other
Author
More Other MCP clients
Llama MCP Streamlit
nikunj2003AI assistant built with Streamlit, NVIDIA NIM (LLaMa 3.3:70B) / Ollama, and Model Control Protocol (MCP).
SocialBu
socialbu.comConnect Claude, ChatGPT, Cursor, OpenClaw, Hermes Agent, and other MCP-compatible AI assistants to SocialBu. Create posts, use AI tools, review schedules, check analytics, and manage social media work through natural con

Gocosmik
gocosmik.comGocosmik is an MCP client available at https://gocosmik.com.
Mcp-ChatBI
dynamiclu基于 Mcp 架构的 ChatBI,是一种数据分析智能体解决方案
MCP Connect
EvalsOneEnables cloud-based AI services to access local Stdio based MCP servers via HTTP requests
Comments