SWT3 AI Witness for Cursor
io.tenova/swt3-witness
Cryptographic AI governance and audit. 72 tools, 77 frameworks. EU AI Act, NIST, CMMC, MCP Top 10.
client:Cursor
transport:stdio
runtime:npm
Install SWT3 AI Witness in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"swt3-witness": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tenova/swt3-mcp"
],
"env": {
"SWT3_API_KEY": "<SWT3_API_KEY>",
"SWT3_TENANT_ID": "<SWT3_TENANT_ID>",
"SWT3_CONFIG_FILE": "<SWT3_CONFIG_FILE>",
"SWT3_CLEARING_LEVEL": "<SWT3_CLEARING_LEVEL>",
"SWT3_AGENT_ID": "<SWT3_AGENT_ID>",
"SWT3_SIGNING_KEY": "<SWT3_SIGNING_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs