AgentWatch for Zed
io.github.nicofains1/agentwatch
Multi-agent observability: cascade failure detection, heartbeats, and forensic replay
client:Zed
transport:stdio
runtime:npm
Install AgentWatch in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agentwatch": {
"command": "npx",
"args": [
"-y",
"@nicofains1/agentwatch"
],
"env": {
"AGENTWATCH_DB": "<AGENTWATCH_DB>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs