← Back to browse

PQC-Khepra MCP — CMMC Autopilot & AI Security Recorder

Indexed by io.github.nouchix

About

Post-quantum CMMC compliance scanner & AI agent attestation. FIPS 140-3, ML-DSA-65, 36K+ mappings.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsKHEPRA_MODE KHEPRA_LICENSE_KEY SUPABASE_URL SUPABASE_ANON_KEY
Claude Code
claude mcp add --env KHEPRA_MODE= --env KHEPRA_LICENSE_KEY= --env SUPABASE_URL= --env SUPABASE_ANON_KEY= pqc-khepra-mcp -- docker ghcr.io/nouchix/pqc-khepra-mcp:v1.0.0
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"pqc-khepra-mcp","command":"docker","args":["ghcr.io/nouchix/pqc-khepra-mcp:v1.0.0"],"env":{"KHEPRA_MODE":"","KHEPRA_LICENSE_KEY":"","SUPABASE_URL":"","SUPABASE_ANON_KEY":""}}'
JSON
{
  "mcpServers": {
    "pqc-khepra-mcp": {
      "command": "docker",
      "args": [
        "ghcr.io/nouchix/pqc-khepra-mcp:v1.0.0"
      ],
      "env": {
        "KHEPRA_MODE": "",
        "KHEPRA_LICENSE_KEY": "",
        "SUPABASE_URL": "",
        "SUPABASE_ANON_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.