.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/redis/mcp-redis
home/mcp-servers/redis/mcp-redis
redis avatar

mcp-redis

byredis· 1 MCP server

Stars

555

Forks

107

Category

Databases

View on GitHub

How to install mcp-redis?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install mcp-redis by running `git clone https://github.com/redis/mcp-redis`, then use it for the current task and follow its documentation at https://github.com/redis/mcp-redis.

Files · 1

View on GitHub
README.md
1# Redis MCP Server
2 
3<!-- mcp-name: io.github.redis/mcp-redis -->
4 
5[![Integration](https://github.com/redis/mcp-redis/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/redis/mcp-redis/actions/workflows/ci.yml)
6[![PyPI - Version](https://img.shields.io/pypi/v/redis-mcp-server)](https://pypi.org/project/redis-mcp-server/)
7[![Python Version](https://img.shields.io/badge/python-3.14%2B-blue&logo=redis)](https://www.python.org/downloads/)
8[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.txt)
9[![Verified on MseeP](https://mseep.ai/badge.svg)](https://mseep.ai/app/70102150-efe0-4705-9f7d-87980109a279)
10[![Docker Image Version](https://img.shields.io/docker/v/mcp/redis?sort=semver&logo=docker&label=Docker)](https://hub.docker.com/r/mcp/redis)
11[![codecov](https://codecov.io/gh/redis/mcp-redis/branch/master/graph/badge.svg?token=yenl5fzxxr)](https://codecov.io/gh/redis/mcp-redis)
12 
13 
14[![Discord](https://img.shields.io/discord/697882427875393627.svg?style=social&logo=discord)](https://discord.gg/redis)
15[![Twitch](https://img.shields.io/twitch/status/redisinc?style=social)](https://www.twitch.tv/redisinc)
16[![YouTube](https://img.shields.io/youtube/channel/views/UCD78lHSwYqMlyetR0_P4Vig?style=social)](https://www.youtube.com/redisinc)
17[![Twitter](https://img.shields.io/twitter/follow/redisinc?style=social)](https://twitter.com/redisinc)
18[![Stack Exchange questions](https://img.shields.io/stackexchange/stackoverflow/t/mcp-redis?style=social&logo=stackoverflow&label=Stackoverflow)](https://stackoverflow.com/questions/tagged/mcp-redis)
19 
20## Overview
21The Redis MCP Server is a **natural language interface** designed for agentic applications to efficiently manage and search data in Redis. It integrates seamlessly with **MCP (Model Content Protocol) clients**, enabling AI-driven workflows to interact with structured and unstructured data in Redis. Using this MCP Server, you can ask questions like:
22 
23- "Store the entire conversation in a stream"
24- "Cache this item"
25- "Store the session with an expiration time"
26- "Index and search this vector"
27 
28## Table of Contents
29- [Overview](#overview)
30- [Features](#features)
31- [Tools](#tools)
32- [Installation](#installation)
33 - [From PyPI (recommended)](#from-pypi-recommended)
34 - [Testing the PyPI package](#testing-the-pypi-package)
35 - [From GitHub](#from-github)
36 - [Development Installation](#development-installation)
37 - [With Docker](#with-docker)
38- [Configuration](#configuration)
39 - [Redis ACL](#redis-acl)
40 - [Configuration via command line arguments](#configuration-via-command-line-arguments)
41 - [Configuration via Environment Variables](#configuration-via-environment-variables)
42 - [EntraID Authentication for Azure Managed Redis](#entraid-authentication-for-azure-managed-redis)
43 - [Logging](#logging)
44- [Integrations](#integrations)
45 - [OpenAI Agents SDK](#openai-agents-sdk)
46 - [Augment](#augment)
47 - [Claude Desktop](#claude-desktop)
48 - [VS Code with GitHub Copilot](#vs-code-with-github-copilot)
49- [Testing](#testing)
50- [Example Use Cases](#example-use-cases)
51- [Contributing](#contributing)
52- [License](#license)
53- [Badges](#badges)
54- [Contact](#contact)
55 
56 
57## Features
58- **Natural Language Queries**: Enables AI agents to query and update Redis using natural language.
59- **Seamless MCP Integration**: Works with any **MCP client** for smooth communication.
60- **Full Redis Support**: Handles **hashes, lists, sets, sorted sets, streams**, and more.
61- **Search & Filtering**: Supports efficient data retrieval and searching in Redis.
62- **Scalable & Lightweight**: Designed for **high-performance** data operations.
63- **EntraID Authentication**: Native support for Azure Active Directory authentication with Azure Managed Redis.
64- The Redis MCP Server supports the `stdio` [transport](https://modelcontextprotocol.io/docs/concepts/transports#standard-input%2Foutput-stdio). Support to the `stremable-http` transport will be added in the future.
65 
66## Tools
67 
68This MCP Server prov

Preview

redis/mcp-redisredis/mcp-redis

# Redis MCP Server

[![Integration](https://github.com/redis/mcp-redis/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/redis/mcp-redis/actions/workflows/ci.yml)

[![PyPI - Version](https://img.shields.io/pypi/v/redis-mcp-server)](https://pypi.org/project/redis-mcp-server/)

Reporedis/mcp-redis
TypeMCP Servers
CategoryDatabases
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPdatabasegenai

Related

6 picks
Type
  1. rafaelcartenet avatarmcp-databricks-serverModel Context Protocol (MCP) server for Databricks that empowers AI agents to autonomously interact with Unity Catalog metadata. Enables data discovery, lineage analysis, and intelligent SQL execution.MCP ServersMar 20262.4M40
  2. qdrant avatarmcp-server-qdrantAn official Qdrant Model Context Protocol (MCP) server implementationMCP ServersJul 20262.2M1.5k
  3. supabase avatarSupabase MCPQuery databases, manage projects and deploy edge functionsMCP Serverstoday387k2.8k
  4. mongodb-js avatarmongodb-mcp-serverMongoDB Model Context Protocol ServerMCP ServersJul 2026316k1.1k
  5. ahmedmustahid avatarpostgres-mcp-serverMCP server for interacting with PostgreSQL databasesMCP ServersJul 2025279k31
  6. benborla avatarmcp-server-mysqlMCP server for interacting with MySQL databases with write operations supportMCP ServersJul 202659k2.0k