AgentHubAgentHub

SWT3 AI Witness

MCP ServerMCP Registry官方收录

io.tenova/swt3-witness · v0.5.5

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

概览

SWT3 AI Witness 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "swt3-witness": {
      "command": "npx",
      "args": [
        "-y",
        "@tenova/swt3-mcp"
      ]
    }
  }
}

环境变量

SWT3_API_KEY可选secret

SWT3 API key (starts with axm_). Omit for zero-config demo mode.

SWT3_TENANT_ID可选

Your tenant identifier

SWT3_CONFIG_FILE可选

Path to swt3.yaml config file for policy-as-code

SWT3_CLEARING_LEVEL可选

Data clearing level: 0=analytics, 1=standard, 2=sensitive, 3=classified

SWT3_AGENT_ID可选

Agent identity for AI-ID.1 witnessing

SWT3_SIGNING_KEY可选secret

HMAC-SHA256 signing key for non-repudiation

相关资源

统一 Manifest

{
  "id": "io.tenova/swt3-witness",
  "type": "mcp-server",
  "version": "0.5.5",
  "displayName": "SWT3 AI Witness",
  "description": "Cryptographic AI governance + audit. 18 tools, 16 frameworks. EU AI Act, NIST, OWASP, CMMC, SR 11-7",
  "repository": {
    "url": "https://github.com/tenova-labs/swt3-ai",
    "source": "github"
  },
  "homepage": "https://tenova.io",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@tenova/swt3-mcp",
        "version": "0.5.5",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SWT3_API_KEY",
            "description": "SWT3 API key (starts with axm_). Omit for zero-config demo mode.",
            "isSecret": true
          },
          {
            "name": "SWT3_TENANT_ID",
            "description": "Your tenant identifier"
          },
          {
            "name": "SWT3_CONFIG_FILE",
            "description": "Path to swt3.yaml config file for policy-as-code"
          },
          {
            "name": "SWT3_CLEARING_LEVEL",
            "description": "Data clearing level: 0=analytics, 1=standard, 2=sensitive, 3=classified"
          },
          {
            "name": "SWT3_AGENT_ID",
            "description": "Agent identity for AI-ID.1 witnessing"
          },
          {
            "name": "SWT3_SIGNING_KEY",
            "description": "HMAC-SHA256 signing key for non-repudiation",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.tenova/swt3-witness",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.tenova%2Fswt3-witness/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
SWT3 AI Witness — MCP Server 安装与配置 · AgentHub