← Index

AgentWatch

io.github.nicofains1/agentwatch·v0.3.1·Developer Tools
Quality Score
84
/100

Multi-agent observability: cascade failure detection, heartbeats, and forensic replay

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agentwatch": {
      "command": "npx",
      "args": [
        "-y",
        "@nicofains1/agentwatch"
      ],
      "env": {
        "AGENTWATCH_DB": "<agentwatch_db>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agentwatch": {
      "command": "npx",
      "args": [
        "-y",
        "@nicofains1/agentwatch"
      ],
      "env": {
        "AGENTWATCH_DB": "<agentwatch_db>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @nicofains1/agentwatch
§02  Environment variables
AGENTWATCH_DB

Path to SQLite database file

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Developer Tools