Back to MCP Servers

Redis Server

Official Redis MCP server for data storage, caching, and search operations through natural language

databaserediscachesearchofficial

Installation

npm install -g @redis/mcp-server

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub