toolgovern for Cursor
io.github.rudrendupaul/toolgovern
Wraps the toolgovern CLI as a single generic MCP tool for agent-tool policy validation.
client:Cursor
transport:stdio
runtime:pypi
Install toolgovern in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"toolgovern": {
"type": "stdio",
"command": "uvx",
"args": [
"toolgovern-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs