Thbttb
@qu3ai
关于 Thbttb
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"ghcr.io/github/github-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is QU3?
QU3 is a command-line client application that establishes quantum-safe secure communication with Multi-Compute Provider (MCP) servers. It uses NIST post‑quantum cryptography (Kyber KEM and SPHINCS+ signatures) to authenticate clients, encrypt payloads, and verify server attestations. Developers and operators who need post‑quantum security for MCP workloads can use QU3 to run inference, execute agent workflows, and update policies.
How to use QU3?
Install dependencies, configure config.yaml (optional), start the mock server (python -m scripts.mock_mcp_server), then run client commands from another terminal: generate keys with python -m src.main generate-keys, send a single inference with run-inference <model> <json_data>, chain models with run-agent "<modelA> -> <modelB>" <data>, or update a policy with update-policy --policy-file <file>. The client automatically fetches server public keys if not found locally.
Key features of QU3
- Uses NIST PQC finalists Kyber-768 for key encapsulation and SPHINCS+-SHA2-128f-simple for signatures
- Establishes secure sessions via a KEM handshake endpoint (
/kem-handshake/initiate) - Encrypts all request/response payloads with AES-256-GCM derived via HKDF-SHA256
- Provides CLI commands:
generate-keys,run-inference,run-agent,update-policy - Includes a FastAPI mock server with endpoints for key exchange, inference, and policy updates
- Comes with unit tests for cryptographic utilities, configuration, and client communication
Use cases of QU3
- Run inference on a quantum‑safe MCP server while ensuring end‑to‑end encryption and authentication
- Chain multiple models in a secure agent workflow, passing outputs as inputs with step‑by‑step reporting
- Send encrypted and signed policy updates to a server to enforce access control rules
- Test and develop PQC‑enabled MCP integrations using the included mock server
FAQ from QU3
What PQC
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
ghidraMCP
LaurieWiredMCP Server for Ghidra
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论