Catalog
io.github.torkjacobs/tork-governance
OfficialAI agent governance for MCP: PII detection, policy enforcement, compliance, and kill switch.
AI agent governance system for PII detection, policy enforcement, and compliance.
README not available yet.
Install
Configuration
Environment variables
TORK_API_KEYrequiredsecretYour Tork API key from tork.network/admin
claude_desktop_config.json
{
"mcpServers": {
"tork-governance": {
"command": "npx",
"args": [
"-y",
"@torknetwork/mcp-server@1.5.1"
],
"env": {
"TORK_API_KEY": "<YOUR_TORK_API_KEY>"
}
}
}
}