monitor for Zed
io.github.betterdb-inc/monitor
BetterDB MCP server - Valkey observability for Claude Code and other MCP clients
client:Zed
transport:stdio
runtime:npm
Install monitor in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"monitor": {
"command": "npx",
"args": [
"-y",
"@betterdb/mcp"
],
"env": {
"BETTERDB_URL": "<BETTERDB_URL>",
"BETTERDB_TOKEN": "<BETTERDB_TOKEN>",
"BETTERDB_INSTANCE_ID": "<BETTERDB_INSTANCE_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs