AgentWatch for Cursor
io.github.nicofains1/agentwatch
Multi-agent observability: cascade failure detection, heartbeats, and forensic replay
client:Cursor
transport:stdio
runtime:npm
Install AgentWatch in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentwatch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nicofains1/agentwatch"
],
"env": {
"AGENTWATCH_DB": "<AGENTWATCH_DB>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs