tork governance for Zed
io.github.torkjacobs/tork-governance
AI agent governance for MCP: PII detection, policy enforcement, compliance, and kill switch.
client:Zed
transport:stdio
runtime:npm
Install tork governance in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tork-governance": {
"command": "npx",
"args": [
"-y",
"@torknetwork/mcp-server"
],
"env": {
"TORK_API_KEY": "<TORK_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs