Back to directory
RM

Redis MCP Server

Official Redis server for cache, streams, and vector search from your agent.
Last updated July 18, 2026
DatabaseLocal · stdioPython548

Overview

The official Redis MCP Server is a natural-language interface for agentic applications to manage and search data in Redis — caching, streams, sessions with expiry, and vector index/search.

Use cases

Store an entire conversation in a Redis stream.
Cache an item or store a session with an expiration time.
Index and search a vector embedding.

Install

{
  "mcpServers": {
    "redis-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "--from",
        "redis-mcp-server@latest",
        "redis-mcp-server",
        "--url",
        "redis://localhost:6379/0"
      ]
    }
  }
}

FAQ

Yes, including EntraID authentication for Azure Managed Redis.