
Redis
@modelcontextprotocol
About Redis
Model Context Protocol Servers
Basic information
Category
Databases
License
NOASSERTION
Runtime
node
Transports
stdio
Publisher
modelcontextprotocol
Submitted by
idoubi
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"redis": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/redis",
"redis://host.docker.internal:6379"
]
}
}
}Tools
13Set multiple hash fields to multiple values
Get the value of a hash field
Get all the fields and values in a hash
Scan Redis keys matching a pattern
Set string value with optional NX (only if not exists) and PX (expiry in milliseconds) options
Get string value
Delete a key
Add one or more members to a sorted set
Return a range of members from a sorted set by index
Return members from a sorted set with scores between min and max
Remove one or more members from a sorted set
Add one or more members to a set
Get all members in a set
Overview
What is Redis?
—
How to use Redis?
—
Key features of Redis
—
Use cases of Redis
—
FAQ from Redis
—
More Databases MCP servers
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
Chroma MCP Server
chroma-coreA Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma
Neon MCP Server
neondatabase-labsMCP server for interacting with Neon Management API and databases
mcp-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
MySQL MCP Server
designcomputerA Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
Comments