monitor
About
BetterDB MCP server - Valkey observability for Claude Code and other MCP clients
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
BETTERDB_URL BETTERDB_TOKEN BETTERDB_INSTANCE_IDClaude Code
claude mcp add --env BETTERDB_URL= --env BETTERDB_TOKEN= --env BETTERDB_INSTANCE_ID= monitor -- npx @betterdb/mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"monitor","command":"npx","args":["@betterdb/mcp"],"env":{"BETTERDB_URL":"","BETTERDB_TOKEN":"","BETTERDB_INSTANCE_ID":""}}'
JSON
{
"mcpServers": {
"monitor": {
"command": "npx",
"args": [
"@betterdb/mcp"
],
"env": {
"BETTERDB_URL": "",
"BETTERDB_TOKEN": "",
"BETTERDB_INSTANCE_ID": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.