PluginBench
MCP Server

AgentWatch MCP Server

io.github.nicofains1/agentwatch

What is the AgentWatch MCP server?

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

How to install AgentWatch

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AGENTWATCH_DB

    Path to SQLite database file

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentwatch": {
      "command": "npx",
      "args": [
        "-y",
        "@nicofains1/agentwatch",
        "mcp"
      ],
      "env": {
        "AGENTWATCH_DB": "<YOUR_AGENTWATCH_DB>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentwatch": {
      "command": "npx",
      "args": [
        "-y",
        "@nicofains1/agentwatch",
        "mcp"
      ],
      "env": {
        "AGENTWATCH_DB": "<YOUR_AGENTWATCH_DB>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentwatch": {
      "command": "npx",
      "args": [
        "-y",
        "@nicofains1/agentwatch",
        "mcp"
      ],
      "env": {
        "AGENTWATCH_DB": "<YOUR_AGENTWATCH_DB>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentwatch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nicofains1/agentwatch",
        "mcp"
      ],
      "env": {
        "AGENTWATCH_DB": "<YOUR_AGENTWATCH_DB>"
      }
    }
  }
}
Claude Code
claude mcp add agentwatch --env AGENTWATCH_DB=<YOUR_AGENTWATCH_DB> -- npx -y @nicofains1/agentwatch mcp

Related MCP servers

Ad network for AI agents — monetize MCP servers with contextual ads. 70% revenue share.

View repository →

DEX meta-aggregator for AI agents. Best prices from 15+ aggregators across 13 chains.

View repository →