MCP server for Valkey and Redis observability. Query real-time health, slow commands, hot keys, anomaly detection, and cluster analytics directly from your AI assistant.
Tools
list_instances
select_instance
get_info
get_slowlog
get_commandlog
get_latency
get_memory
get_clients
get_health
get_slowlog_patterns
get_commandlog_history
get_commandlog_patterns
get_anomalies
get_client_activity
get_hot_keys
get_cluster_nodes
get_cluster_node_stats
get_cluster_slowlog
get_slot_stats
get_latency_history
get_acl_audit
Server Config
{
"mcpServers": {
"betterdb": {
"type": "stdio",
"command": "npx",
"args": [
"@betterdb/mcp"
],
"env": {
"BETTERDB_URL": "https://your-workspace.app.betterdb.com",
"BETTERDB_TOKEN": "your-token"
}
}
}
}