Skip to content
Claude Desktop

monitor for Claude Desktop

io.github.betterdb-inc/monitor

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

client:Claude Desktop transport:stdio runtime:npm

Install monitor in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "monitor": {
      "command": "npx",
      "args": [
        "-y",
        "@betterdb/mcp"
      ],
      "env": {
        "BETTERDB_URL": "<BETTERDB_URL>",
        "BETTERDB_TOKEN": "<BETTERDB_TOKEN>",
        "BETTERDB_INSTANCE_ID": "<BETTERDB_INSTANCE_ID>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

monitor in other clients