mcp-redis

The official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently

GitHub Stars

231

User Rating

Not Rated

Favorites

0

Views

4

Forks

58

Issues

9

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.13 or higher
Redis: Latest version

Installation Steps

1. Clone Repository

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

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
python server.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Unable to connect to Redis Solution: Ensure that the Redis server is running.
Author Information

2,166

Followers

61

Repositories

0

Gists

0

Total Contributions

Related MCPs
lemonade logo

Lemonade helps users run local LLMs with the highest performance by configuring state-of-the-art inference engines for their NPUs and GPUs. Join our discord: https://discord.gg/5xXzkMu8Zk

Python
agent-builder logo

An example agent demonstrating streaming, tool use, and interactivity from your terminal. This agent builder can help you to build your own agents and tools.

Python
samples logo

Agent samples built using the Strands Agents SDK.

Python