monitor for Grok
io.github.betterdb-inc/monitor
BetterDB MCP server - Valkey observability for Claude Code and other MCP clients
client:Grok
transport:stdio
runtime:npm
Install monitor in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"monitor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@betterdb/mcp"
],
"env": {
"BETTERDB_URL": "<BETTERDB_URL>",
"BETTERDB_TOKEN": "<BETTERDB_TOKEN>",
"BETTERDB_INSTANCE_ID": "<BETTERDB_INSTANCE_ID>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs