Agent Guardrails for Cursor
io.github.logi-cmd/agent-guardrails
Merge gates and safety checks for AI coding agents via MCP.
client:Cursor
transport:stdio
runtime:npm
Install Agent Guardrails in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-guardrails": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-guardrails"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs