Skip to content
Windsurf

agent observability for Windsurf

io.github.rudrendupaul/agent-observability

AI agent observability with deterministic record/replay for debugging agent failures.

client:Windsurf transport:stdio runtime:pypi

Install agent observability in Windsurf

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

{
  "mcpServers": {
    "agent-observability": {
      "command": "uvx",
      "args": [
        "agent-observability-trace-cli"
      ]
    }
  }
}

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

agent observability in other clients