CodexSpot
R

Redis MCP Server

Provides AI assistants with access to a Redis key-value store through MCP, enabling getting, setting, deleting, and listing keys for fast in-memory data operations.

stdioLocalNo Authnpm

What This Server Exposes

Tools

getsetdeletekeys

Resources

  • Redis key-value data

Setup Instructions

  1. 1Ensure a Redis server is running locally or accessible remotely
  2. 2Add the Redis server config to your Claude Desktop configuration
  3. 3Optionally set the REDIS_URL environment variable if not using the default
  4. 4Restart Claude Desktop

Configuration

Claude Desktop Configuration

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

Environment Variables

REDIS_URL
Redis connection URL (defaults to redis://localhost:6379 if not set)

Server Manifest

No official server.json manifest found. Generate one with our MCP server.json Generator →

Compatibility

Claude DesktopClaude Code

Safety Notes

This server grants read and write access to your Redis instance. Avoid connecting to production Redis instances that hold sensitive session data or cache. Use a dedicated development Redis instance with authentication enabled.

This listing is for informational purposes only. CodexSpot is not affiliated with Redis MCP Server.