toolgovern for VS Code
io.github.rudrendupaul/toolgovern
Wraps the toolgovern CLI as a single generic MCP tool for agent-tool policy validation.
client:VS Code
transport:stdio
runtime:pypi
Install toolgovern in VS Code
.vscode/mcp.json
{
"servers": {
"toolgovern": {
"type": "stdio",
"command": "uvx",
"args": [
"toolgovern-cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs