MCP Directory

Redis

GitHub
Databases

Get, set, and manage Redis data structures

Tools(5)

Available tools exposed by this MCP server to your AI agent.

set

Set the value of a Redis key

get

Get the value of a Redis key

delete

Delete one or more keys

list

List all keys matching a pattern

expire

Set a timeout (TTL) on a key

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add redis

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use Redis directly without routing

npx -y @modelcontextprotocol/server-redis

New to Agent-CoreX? View setup guide →

Redis MCP Server — Agent-CoreX