OPEN_SOURCE ↗
REDDIT · REDDIT// 27d agoPRODUCT LAUNCH
BetterDB MCP brings Redis/Valkey observability to AI agents
BetterDB launches an MCP server that surfaces Valkey/Redis observability data — slowlogs, anomaly signals, hot keys, COMMANDLOG — directly inside MCP-compatible AI agents and editors. Unlike Redis's native ring buffer, BetterDB persists historical diagnostics so agents can investigate degradation that happened hours ago.
// ANALYSIS
Built by a former Redis/RedisInsight engineering manager, this is the only observability-focused MCP for Redis/Valkey — a meaningful gap given how central Redis is to AI infrastructure stacks.
- –BetterDB persists SLOWLOG entries before the native ring buffer overwrites them, enabling historical investigation that stateless Redis tools can't do
- –First monitoring tool to support Valkey 8.1's COMMANDLOG, which captures large requests rather than just slow ones — a distinct visibility angle
- –Pattern aggregation rolls raw queries into actionable summaries (e.g. "HGETALL user:* is 80% of slow ops") comparable to pg_stat_statements for Postgres
- –Z-score anomaly detection across 15+ metrics with noise filtering — requires 3 consecutive deviating samples before alerting, reducing false positives
- –The closest alternative (redis/mcp-redis) is a data-access MCP, not an observability one — BetterDB occupies a distinct, uncrowded niche
// TAGS
betterdbmcpagentdevtoolopen-source
DISCOVERED
27d ago
2026-03-16
PUBLISHED
27d ago
2026-03-16
RELEVANCE
7/ 10
AUTHOR
kivanow