Skip to main content
DatabasesPython

redis/mcp-redis

The Redis official MCP Server offers an interface to manage and search data in Redis.

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/redis/mcp-redis

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-redis": {
      "command": "npx",
      "args": [
        "-y",
        "redis/mcp-redis"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
redis