HomeDevelopment › monitor

monitor

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

TypeScript CloudLocal
★ 1,301 stars Last pushed 2026-09-23 License: NOASSERTION

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.3)

npx -y @betterdb/mcp@0.1.3

Or add to your MCP client config:

{
  "mcpServers": {
    "monitor": {
      "command": "npx",
      "args": [
        "-y",
        "@betterdb/mcp@0.1.3"
      ],
      "env": {
        "BETTERDB_URL": "<YOUR_VALUE>",
        "BETTERDB_TOKEN": "<YOUR_VALUE>",
        "BETTERDB_INSTANCE_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • BETTERDB_URL — URL of the BetterDB monitor instance
  • BETTERDB_TOKEN secret — MCP authentication token generated from the BetterDB Settings page
  • BETTERDB_INSTANCE_ID — Instance ID to target when using multi-instance cloud deployments

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry