Agent Observability for Windsurf
io.github.blueskylineassets/agent-observability
Agent observability: structured logging, cost tracking, and compliance audit trails
client:Windsurf
transport:stdio
runtime:npm
Install Agent Observability in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"agent-observability": {
"command": "npx",
"args": [
"-y",
"agent-observability-mcp"
],
"env": {
"AGENT_OBS_API_KEY": "<AGENT_OBS_API_KEY>",
"AGENT_OBS_API_URL": "<AGENT_OBS_API_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs