Monitor MCP Server

The monitoring layer that Valkey deserves. BetterDB persists what Valkey throws away - slowlogs, command patterns, client activity, anomaly signals - so you can debug what happened at 3am, not just what's happening now. Built for Valkey 8.x with native support for COMMANDLOG, CLUSTER SLOT-STATS, and per-thread I/O metrics. Redis 6+ compatible for everything else.

People connecting DevOps & monitoring tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 1,301 · #4 OF 101 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-08-25

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Monitor

before you install - you'll need

Set DB_HOST, DB_PORT, DB_PASSWORD, STORAGE_TYPE, STORAGE_URL, BETTERDB_OFFLINE_LICENSE_FILE before connecting.

Claude Code

claude mcp add betterdb-inc-monitor -- npx -y @betterdb/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "betterdb-inc-monitor": {
      "command": "npx",
      "args": [
        "-y",
        "@betterdb/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @betterdb/mcp - the @betterdb scope differs from the repo owner (betterdb-inc); confirm it's the project's official package

registry namespace io.github.BetterDB-inc is GitHub-verified and matches the repo owner

03 · What Monitor can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.39.0 · 2026-08-20

Since v0.38.0. 13 PRs, 2026-08-17 to 2026-08-19. · Six anomaly detectors, a rebuilt migration screen, and a fix for local connect failing under Docker. · Anomaly detection · Six detectors, each tied to an upstream…

v0.38.0 · 2026-08-14

Focus of this release: smarter anomaly detection. Four new detectors/advisories drawn from real Valkey failure modes, one detection accuracy fix, and a build-system cleanup. · New - Anomaly detection & advisories…

v0.37.0 · 2026-08-12

v0.37.0 · Container hardening release: the Docker image is rebuilt clean and roughly half the size. The migration binary no longer drags an EOL Go runtime's CVEs into your cluster, the base image and bundled tooling…

04 · Who maintains Monitor

monitor is maintained by betterdb-inc. It's the only MCP server we track from this author; the repo dates to Dec 2025.

05 · Facts

category
DevOps & monitoring - ranked #4 of 101 actively-maintained DevOps & monitoring servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-20)
registry
io.github.BetterDB-inc/monitor (active, first published 2026-03-13 · 2 versions)
packages
npm:@betterdb/mcp

06 · Monitor FAQ

What is Monitor?

The monitoring layer that Valkey deserves. BetterDB persists what Valkey throws away - slowlogs, command patterns, client activity, anomaly signals - so you can debug what happened at 3am, not just what's happening now. Built for Valkey 8.x with native support for COMMANDLOG, CLUSTER SLOT-STATS, and per-thread I/O metrics. Redis 6+ compatible for everything else.

Is Monitor still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Monitor?

Run `npx -y @betterdb/mcp`. The README documents 6 environment variables (DB_HOST, DB_PORT, DB_PASSWORD…) to set first. Set DB_HOST, DB_PORT, DB_PASSWORD, STORAGE_TYPE, STORAGE_URL, BETTERDB_OFFLINE_LICENSE_FILE before connecting. You can also paste the ready-made client config above.

Does Monitor run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Monitor

head to head · Monitor vs Dynatrace MCP · Monitor vs World Monitor · Monitor vs LibreNMS MCP

More DevOps & monitoring MCP servers · Bomly · Foxhound · Uptimebolt MCP Server · Transfa · Opik MCP Server

More TypeScript MCP servers · Betterlytics · Hexis · Todox · K Obsidian · Octocode MCP - AI Context Platform · see all