Skip to content
Windsurf

agent output guard for Windsurf

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

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

client:Windsurf transport:stdio runtime:npm

Install agent output guard in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

agent output guard in other clients