tork governance for Cursor
io.github.torkjacobs/tork-governance
AI agent governance for MCP: PII detection, policy enforcement, compliance, and kill switch.
client:Cursor
transport:stdio
runtime:npm
Install tork governance in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tork-governance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@torknetwork/mcp-server"
],
"env": {
"TORK_API_KEY": "<TORK_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs