Infraveil Agent Guard for Cursor
io.github.infraveilhq/agent-guard
Gate an AI agent's destructive actions behind human approval, with a tamper-evident log.
client:Cursor
transport:stdio
runtime:pypi
Install Infraveil Agent Guard in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-guard": {
"type": "stdio",
"command": "uvx",
"args": [
"infraveil-guard"
],
"env": {
"INFRAVEIL_GUARD_THRESHOLD": "<INFRAVEIL_GUARD_THRESHOLD>",
"INFRAVEIL_GUARD_MODE": "<INFRAVEIL_GUARD_MODE>",
"INFRAVEIL_GUARD_HOME": "<INFRAVEIL_GUARD_HOME>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs