← Back to Plugins
MCP Server MCP

PQC-Khepra MCP — CMMC Autopilot & AI Security Recorder

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/nouchix/pqc-khepra-mcp:v1.0.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/nouchix/pqc-khepra-mcp:v1.0.0",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Deployment mode: community (free) | sovereign (air-gapped) | ironbank (FedRAMP).",
          "default": "community",
          "name": "KHEPRA_MODE"
        },
        {
          "description": "License key for AdinKhepra ASAF paid tiers. Leave empty for community mode.",
          "isSecret": true,
          "name": "KHEPRA_LICENSE_KEY"
        },
        {
          "description": "Supabase project URL — required for SouHimBou AI Flight Recorder integration.",
          "name": "SUPABASE_URL"
        },
        {
          "description": "Supabase anon key for Flight Recorder integration.",
          "isSecret": true,
          "name": "SUPABASE_ANON_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...