← Back to browse

SWT3 AI Witness

Indexed by io.tenova Development

About

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

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 varsSWT3_API_KEY SWT3_TENANT_ID SWT3_CONFIG_FILE SWT3_CLEARING_LEVEL SWT3_AGENT_ID SWT3_SIGNING_KEY
Claude Code
claude mcp add --env SWT3_API_KEY= --env SWT3_TENANT_ID= --env SWT3_CONFIG_FILE= --env SWT3_CLEARING_LEVEL= --env SWT3_AGENT_ID= --env SWT3_SIGNING_KEY= swt3-witness -- npx @tenova/swt3-mcp
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":"swt3-witness","command":"npx","args":["@tenova/swt3-mcp"],"env":{"SWT3_API_KEY":"","SWT3_TENANT_ID":"","SWT3_CONFIG_FILE":"","SWT3_CLEARING_LEVEL":"","SWT3_AGENT_ID":"","SWT3_SIGNING_KEY":""}}'
JSON
{
  "mcpServers": {
    "swt3-witness": {
      "command": "npx",
      "args": [
        "@tenova/swt3-mcp"
      ],
      "env": {
        "SWT3_API_KEY": "",
        "SWT3_TENANT_ID": "",
        "SWT3_CONFIG_FILE": "",
        "SWT3_CLEARING_LEVEL": "",
        "SWT3_AGENT_ID": "",
        "SWT3_SIGNING_KEY": ""
      }
    }
  }
}

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