← Back to Plugins
MCP Server MCP

AgentWatch

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @nicofains1/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@nicofains1/agentwatch",
      "version": "0.3.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Path to SQLite database file",
          "name": "AGENTWATCH_DB"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...