Skip to content

Redis

Free

by MCP Community

A model context protocol server that provides access to a Redis database. This server enables large language models to interact with a Redis key-value store thr

v1.0.2Added Apr 12, 2026
mcpflowmcp
Works with:ClaudeGPTGeminiCopilot

Redis MCP Server

A model context protocol server that provides access to a Redis database. This server enables large language models to interact with a Redis key-value store thr

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @mcpflow.io/mcp-redis
Add to claude_desktop_config.json
{
  "mcpServers": {
    "redis": {
      "command": "npx",
      "args": ["-y", "@mcpflow.io/mcp-redis"]
    }
  }
}