Skip to content

Server Redis

Free

by MCP Community

A Redis Model Context Protocol (MCP) server implementation for interacting with Redis databases

v1.0.0Added Apr 12, 2026
rediscachedatabasemcpmodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Server Redis MCP Server

A Redis Model Context Protocol (MCP) server implementation for interacting with Redis databases

Installation

Reviews

Leave a Review

Installation

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