Anthropic Official Data

Redis

Read + write to a Redis instance — strings, hashes, lists, sets, sorted sets.

87,861 stars 11,103 forks Last commit today Language TypeScript License MIT
Sign in to like, install, or save to a bundle → View on GitHub →

Install

npm install -g @modelcontextprotocol/server-redis

Maintainer? Add the badge

Listed on Prismix ← shows on your README, links back here
[![Listed on Prismix](https://prismix.dev/api/badge/mcp/anthropic-redis.svg)](https://prismix.dev/mcp/anthropic-redis)

Claude Desktop / Cursor config

Drop into your claude_desktop_config.json or Cursor MCP settings. Replace the ${…} placeholders with your own values.

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

About

Full Redis client as MCP tools. Useful for cache inspection, queue management, and quick K/V scratchpads during a session.

Recent releases (5)

All releases →

Discussion (0)

Sign in to comment →

No comments yet. Sign in to start the discussion.

More Data servers