ai agent firewall for Cursor
com.fidacy/ai-agent-firewall
Every agent action watched, every money-moving one gated, every verdict independently verifiable.
client:Cursor
transport:stdio
runtime:npm
Install ai agent firewall in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ai-agent-firewall": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fidacy/mcp"
],
"env": {
"FIDACY_ENGINE_API_KEY": "<FIDACY_ENGINE_API_KEY>",
"FIDACY_OPERATOR_EMAIL": "<FIDACY_OPERATOR_EMAIL>",
"FIDACY_MODE": "<FIDACY_MODE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs