PQC-Khepra MCP — CMMC Autopilot & AI Security Recorder for Cursor
io.github.nouchix/pqc-khepra-mcp
Post-quantum CMMC compliance scanner & AI agent attestation. FIPS 140-3, ML-DSA-65, 36K+ mappings.
client:Cursor
transport:stdio
runtime:oci
Install PQC-Khepra MCP — CMMC Autopilot & AI Security Recorder in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pqc-khepra-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nouchix/pqc-khepra-mcp:v1.0.0"
],
"env": {
"KHEPRA_MODE": "<KHEPRA_MODE>",
"KHEPRA_LICENSE_KEY": "<KHEPRA_LICENSE_KEY>",
"SUPABASE_URL": "<SUPABASE_URL>",
"SUPABASE_ANON_KEY": "<SUPABASE_ANON_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs