TL;DR

Redis is a Databases MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent manage Redis Cloud with natural language. Install in 1 minute with mcpizy install redis.

πŸ”΄

Redis

Install verified 6 tools

Databases

Last updated September 4, 2026 Β· By MCPizy team

Manage Redis Cloud with natural language

Official homepage
F

Repo audit: 38/100 β€” little recent maintenance, or missing licence and docs

Scored on licence, adoption, maintenance and documentation of redis/mcp-redis-cloud. We show the grade whether it flatters the server or not.

no commit for 16 months Β· 40 stars Β· MIT licence Β· 8 open issues

Read the full audit on CheckMCP

Install Redis

Via MCPizy CLI (recommended):
mcpizy install redis
Or run directly:
npx -y mcp-redis-cloud
View on GitHub

Tools exposed

6 tools available
get

Get the value of a key

Inputs

  • keystringrequired
set

Set a key to a value with optional TTL

Inputs

  • keystringrequired
  • valuestringrequired
  • exnumberoptional
delete

Delete one or more keys

Inputs

  • keysstring[]required
list_keys

Match keys by pattern (uses SCAN)

Inputs

  • patternstringoptional
hgetall

Get all fields of a hash

Inputs

  • keystringrequired
info

Get Redis server info and stats

Configuration

Works identically across clients. Only the config file path differs.

Claude Code~/.claude.json
{
  "mcpServers": {
    "redis": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-redis",
        "redis://localhost:6379"
      ]
    }
  }
}
Cursor.cursor/mcp.json
{
  "mcpServers": {
    "redis": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-redis",
        "redis://localhost:6379"
      ]
    }
  }
}
Windsurf~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "redis": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-redis",
        "redis://localhost:6379"
      ]
    }
  }
}

Authentication setup

  1. 1

    Use a Redis connection URL (rediss:// for TLS)

    Get it REDIS_URL

What you can do with Redis MCP

Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.

β€œGet the value of `session:user:42`”

Uses: get

β€œSet `rate_limit:api:127.0.0.1` to 100 with a 60s TTL”

Uses: set

β€œList all keys matching `cache:*` and count them”

Uses: list_keys

β€œShow me Redis memory and hit/miss stats”

Uses: info

Works with

Claude Code
Claude Desktop
Cursor
Windsurf
VS Code + Copilot
Any MCP Client

Alternatives to Redis

If Redis doesn't fit your stack, these Databases MCP servers solve similar problems.

Frequently asked questions

What is the Redis MCP server?

Redis is listed as an Databases Model Context Protocol server whose documented purpose is to let an MCP-compatible agent manage Redis Cloud with natural language. Client support, permissions and authentication remain specific to the upstream project.

How do I install Redis MCP with Claude Code?

The fastest way is the MCPizy CLI: run `mcpizy install redis` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `npx -y mcp-redis-cloud` and restarting Claude Code.

Does MCPizy charge to view or install Redis MCP?

No. Reading this profile and copying its install guidance is free. Upstream software, API, account or usage costs are separate, and licence coverage should be checked from the linked source when available.

Does Redis MCP work with Cursor and Windsurf?

The MCP standard is supported by those clients, but a specific server can still have client-specific setup or transport limits. Use the configuration shown on this page when present and verify the upstream instructions before installation.

What can I do with Redis MCP?

Its documented purpose is to let an MCP-compatible agent manage Redis Cloud with natural language. The exact tools, permissions and write capabilities depend on the server version and configuration shown by the upstream project.

Compare before you commit

Put this server beside an alternative, or return to the full evidence directory.

Compare MCP serversBack to directory