← Back to Plugins
MCP Server MCP

SWT3 AI Witness

github By github 👁 3 views ▲ 0 votes

Cryptographic AI governance + audit. 33 tools, 36 frameworks. EU AI Act, NIST, OWASP, CMMC, SR 11-7

Homepage Verified source GitHub

Install

npx -y @tenova/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@tenova/swt3-mcp",
      "version": "0.6.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "SWT3 API key (starts with axm_). Omit for zero-config demo mode.",
          "format": "string",
          "isSecret": true,
          "name": "SWT3_API_KEY"
        },
        {
          "description": "Your tenant identifier",
          "format": "string",
          "name": "SWT3_TENANT_ID"
        },
        {
          "description": "Path to swt3.yaml config file for policy-as-code",
          "format": "string",
          "name": "SWT3_CONFIG_FILE"
        },
        {
          "description": "Data clearing level: 0=analytics, 1=standard, 2=sensitive, 3=classified",
          "format": "string",
          "name": "SWT3_CLEARING_LEVEL"
        },
        {
          "description": "Agent identity for AI-ID.1 witnessing",
          "format": "string",
          "name": "SWT3_AGENT_ID"
        },
        {
          "description": "HMAC-SHA256 signing key for non-repudiation",
          "format": "string",
          "isSecret": true,
          "name": "SWT3_SIGNING_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...