Databaseβ˜… 3.9k

Redis β€” In-Memory Cache, Queue & Real-Time Data Store

Query, monitor, and manage Redis instances with AI. Inspect keys, check memory usage, manage pub/sub channels, and debug cache hit rates β€” essential for performance-sensitive applications.

Real-Time Data Intelligence

Redis powers the real-time layer of millions of applications β€” caching, session storage, rate limiting, message queues, and leaderboards. The Redis MCP gives your agent direct access to inspect and manage these systems.

  • Key Inspection: Search, get, set, delete keys. View TTLs and data types.
  • Memory Analysis: Find memory-hungry keys, check eviction policies, monitor usage trends.
  • Pub/Sub: Subscribe to channels, publish messages, monitor real-time events.
  • Performance Monitoring: Check slowlog, connections, hit/miss rates, replication status.

Configuration

"mcpServers": {
  "redis": {
    "command": "npx",
    "args": ["-y", "@mcp/redis-server"],
    "env": { "REDIS_URL": "redis://localhost:6379" }
  }
}

Top Prompts

  1. "What's the current cache hit rate? Are there any hot keys causing issues?"
  2. "Find all keys matching 'session:*' that expire in the next hour."
  3. "How much memory is Redis using? Show the top 10 largest keys."
$ cd ../* END_OF_FILE */