mcpbeat Sign in

Monitor MCP Server

by betterdb-inc Your server? Claim it
local only

Monitor runs on your own machine — the client starts it, so there is no endpoint to ping. 92 installs a week from npm. Last commit 17 Sep 2026.

BetterDB MCP server - Valkey observability for Claude Code and other MCP clients

Installs per day peak 171 · avg 20 · +89% w/w
a month agotoday
92
Installs / week
npm · @betterdb/mcp
1302
Stars
7 open issues
17 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  existsSync('/.dockerenv') || existsSync('/run/.containerenv');
    child = spawn(npxCmd, ['--yes', '@betterdb/monitor', '--no-setup', '--port', String(opts.port), '--storage-type', opts.storage], {
RUN apt-get update && apt-get install -y python3 make g++ openssl && rm -rf /var/lib/apt/lists/*
Dumps the whole environment packages/mcp/src/autostart.ts:97
    ...Object.fromEntries(Object.entries(process.env).filter(([, v]) => v !== undefined)) as Record<string, string>,
Secret passed into the image build Dockerfile:50
ENV VITE_PUBLIC_POSTHOG_PROJECT_TOKEN=$VITE_PUBLIC_POSTHOG_PROJECT_TOKEN
Touches key and credential files apps/web/src/components/ConnectionSelector.tsx:707
                                placeholder="id_ed25519"
Sends data to a third-party sink packages/shared/src/webhooks/types.ts:265
  if (url.includes('hooks.slack.com')) return WebhookPayloadFormat.SLACK;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 monitor -- npx -y @betterdb/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "monitor": {
      "args": [
        "-y",
        "@betterdb/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.monitor]
command = "npx"
args = ["-y", "@betterdb/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "monitor": {
      "args": [
        "-y",
        "@betterdb/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "monitor": {
      "args": [
        "-y",
        "@betterdb/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BETTERDB_URL (URL of the BetterDB monitor instance), BETTERDB_TOKEN (MCP authentication token generated from the BetterDB Settings page), BETTERDB_INSTANCE_ID (Instance ID to target when using multi-instance cloud deployments). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Monitor

same job, measured the same way
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

21 installs/wk local only
Travel Assistant MCP
by forgemeshlabs

No-key travel MCP for Claude Desktop, Codex-style agents, Hermes, and other clients.

68 installs/wk local only
Briefroom
by briefroom

briefroom stdio MCP server — expose the briefroom CLI to Claude Code, Codex, and other agents.

45 installs/wk local only
Karea MCP
by starecz

Karea task manager - 49 tools for Claude Code, Cursor, and other MCP clients.

512 installs/wk local only
Ask Claude
by lykhoyda

Bridge Codex and other MCP clients with Anthropic Claude Code CLI for read-only second opinions

588 installs/wk local only
Agent MCP Hub
by blackaxgit

One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents

48 installs/wk local only
Ailist MCP
by hifriendbot

MCP server for AiList — search and discover Ai projects from Claude Code

35 installs/wk local only

Monitor — questions

Answers built from our own checks of this server.

Why is there no uptime for Monitor?
Monitor 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 @betterdb/mcp was installed 92 times last week.
How do I connect Monitor?
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 @betterdb/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Monitor?
The npm package @betterdb/mcp was installed 92 times in the last week. Week over week that is +89%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Monitor open source?
We cannot say either way: written in TypeScript, 1 302 stars on GitHub and 7 open issues, but we could not determine the licence, and without one the code is not open source by default.