Redis MCP Server

Provides a quick start guide to Redis, including installation via Docker, building from source, and links to client libraries for Python and JavaScript.

agentskillexchange 5e9798b 1.2 KB Updated 28 repo stars

File contents

Redis MCP Server

Installation

Use the upstream install or setup path that matches your environment:

  • docker run -d -p 6379:6379 redis:latest
  • cmake --version
  • make -j "$(nproc)" all
  • brew update

Requirements and caveats from upstream:

Basic usage or getting-started notes:

Source

agentskillexchange/skills/tree/main/skills/redis-mcp-server commit 5e9798b21d

Frequently asked questions

npx skillmds add agentskillexchange/redis-mcp-server