databases

Mcp Redis

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

python
local
databases
0
View on GitHub

Installation

npx -y redis/mcp-redis

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

redis/mcp-redis

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

GitHub: https://github.com/redis/mcp-redis

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub