Skip to content
Cursor

agent output guard for Cursor

io.github.agenson-horrowitz/agent-output-guard

Validate and verify data from other agents before acting on it. Zero LLM costs.

client:Cursor transport:stdio runtime:npm

Install agent output guard in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "agent-output-guard": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agenson-horrowitz/agent-output-guard-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agent output guard in other clients