mcpbeat Sign in

AgentWatch MCP Server

local only

AgentWatch runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from npm. Last commit 16 Apr 2026.

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

Installs per day peak 17 · avg 8 · +58% w/w
a month agotoday
51
Installs / week
npm · @nicofains1/agentwatch
0
Stars
1 open issues
16 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check AgentWatch every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentwatch -- npx -y @nicofains1/agentwatch
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentwatch": {
      "args": [
        "-y",
        "@nicofains1/agentwatch"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentwatch]
command = "npx"
args = ["-y", "@nicofains1/agentwatch"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentwatch": {
      "args": [
        "-y",
        "@nicofains1/agentwatch"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentwatch": {
      "args": [
        "-y",
        "@nicofains1/agentwatch"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENTWATCH_DB (Path to SQLite database file). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AgentWatch

same job, measured the same way
Agent Observability
by rudrendupaul

AI agent observability with deterministic record/replay for debugging agent failures.

182 installs/wk local only
Agentic Observability MCP
by mdfifty50-boop

Agent tracing, cost tracking, anomaly detection for LLM agents

36 installs/wk local only
Observability MCP
by thotischner

Unified observability gateway for AI agents — Prometheus, Loki & more, with anomaly detection.

324 installs/wk local only
New Relic MCP Server
by meet-bhalodiya

Secure, self-hosted New Relic observability and administration tools for MCP clients

34 installs/wk local only
I
Agentry.sh Observability
by fr33dr4g0n

Canonical Agentry discovery for coding agents: analytics, errors, deploys, and automation.

122 installs/wk local only
Agent Security
by mdfifty50-boop

Security scanning and threat detection for AI agents

46 installs/wk local only
AgentLens
by agentkitai

Tamper-evident, SHA-256 hash-chained audit trail and observability for AI agents.

49 installs/wk local only
LLM Orchestration Observability Agent
by getvda

LLM Orchestration Observability Agent

2 tools answering

AgentWatch — questions

Answers built from our own checks of this server.

Why is there no uptime for AgentWatch?
AgentWatch runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @nicofains1/agentwatch was installed 51 times last week.
How do I connect AgentWatch?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @nicofains1/agentwatch straight from npm; nothing to host, nothing to sign up for.
How many people use AgentWatch?
The npm package @nicofains1/agentwatch was installed 51 times in the last week. Week over week that is +58%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AgentWatch open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.