Serversio.github.nicofains1/agentwatch
A

AgentWatch

io.github.nicofains1/agentwatch · v0.3.1
▦ npm
v0.3.1npm npm: @nicofains1/agentwatch↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.nicofains1/agentwatch",
  "description": "Multi-agent observability: cascade failure detection, heartbeats, and forensic replay",
  "title": "AgentWatch",
  "repository": {
    "url": "https://github.com/nicofains1/agentwatch",
    "source": "github"
  },
  "version": "0.3.1",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}