Redis MCP
Official Redis MCP server with natural-language interface for managing and searching Redis data. EntraID authentication for Azure Managed Redis included; Redis ACL configurable via environment variables. Tool coverage spans strings, lists, hashes, sets, sorted sets, JSON, vectors, and search.
“Official Redis MCP server with natural-language interface for managing and searching Redis data. 499 GitHub stars and 13 commits on main in the last 30 days. EntraID authentication for Azure Managed Redis included; Redis ACL configurable via environment variables.”
INSTALL THIS SERVER
{
"mcpServers": {
"redis": {
"command": "uvx",
"args": [
"mcp-redis"
],
"env": {
"REDIS_HOST": "localhost",
"REDIS_PORT": "6379",
"REDIS_PASSWORD": "<your-redis-password>"
}
}
}
}
{
"mcpServers": {
"redis": {
"command": "uvx",
"args": [
"mcp-redis"
],
"env": {
"REDIS_HOST": "localhost",
"REDIS_PORT": "6379",
"REDIS_PASSWORD": "<your-redis-password>"
}
}
}
}
{
"mcpServers": {
"redis": {
"command": "uvx",
"args": [
"mcp-redis"
],
"env": {
"REDIS_HOST": "localhost",
"REDIS_PORT": "6379",
"REDIS_PASSWORD": "<your-redis-password>"
}
}
}
}
{
"mcpServers": {
"redis": {
"command": "uvx",
"args": [
"mcp-redis"
],
"env": {
"REDIS_HOST": "localhost",
"REDIS_PORT": "6379",
"REDIS_PASSWORD": "<your-redis-password>"
}
}
}
}
{
"mcpServers": {
"redis": {
"command": "uvx",
"args": [
"mcp-redis"
],
"env": {
"REDIS_HOST": "localhost",
"REDIS_PORT": "6379",
"REDIS_PASSWORD": "<your-redis-password>"
}
}
}
}
8 TOOLS AVAILABLE
OUR ASSESSMENT
- Official Redis maintenance.
- 499 GitHub stars and MIT licence.
- 13 commits on main in the last 30 days.
- Tool coverage spans strings, lists, hashes, sets, sorted sets, JSON, vectors, and search.
- EntraID authentication for Azure Managed Redis.
- Redis ACL configuration via environment variables.
- Docker deployment supported.
- Vector search and RediSearch make this useful as a memory layer for agents in addition to a cache.
- Self-hosted: operator points the MCP at their Redis instance.
- Authentication options vary by deployment (ACL, EntraID, basic) and require per-environment setup.
- The MCP exposes Redis at the data level; scope ACLs to limit blast radius.
The MCP carries Redis credentials through to the configured Redis instance. Scope Redis ACL to the specific keys, key patterns, and commands the agent should access. For Azure Managed Redis, EntraID authentication keeps secrets out of the agent host. Redis has no built-in audit logging; wrap with a proxy if audit is required.
Teams running Redis for caching, session storage, vector search, or JSON document storage who want agents to read and write data; agent memory layers built on Redis Vector Search; multi-tenant Azure deployments using Azure Managed Redis with EntraID.
TECHNICAL DETAILS
ADOPTION METRICS
// Reading this499 stars on the redis/mcp-redis repo. 13 commits on main in the last 30 days. Official Redis maintenance carries the editorial weight.
// Reading thisStrong key-value and vector-store option to pair with the existing Postgres, MongoDB, Neon, ClickHouse entries.
SOURCES & VERIFICATION
We don't take any single directory's word for it. Before scoring, we cross-reference 5 public MCP sources, install the server ourselves against the clients we cover, and record when we last re-verified.
The same server, 5 different lenses. We reconcile these signals into our editorial score, which is why our number sometimes diverges from a directory-aggregate star count.
| Source | Their rating | Their star count | Their downloads | Last synced |
|---|---|---|---|---|
| AutomationSwitch This page | 4.4editorial | 499 | — | MAY 3, 2026 |
| PulseMCP | — unrated | unavailable | unavailable | MAY 3, 2026 |
| MCP.so | — unrated | unavailable | unavailable | MAY 3, 2026 |
| Glama | — unrated | unavailable | unavailable | MAY 3, 2026 |
| Smithery | — unrated | unavailable | unavailable | MAY 3, 2026 |
| Official MCP Registry | — unrated | unavailable | unavailable | MAY 3, 2026 |
// Counts are directory-reported; we don't adjust them. Discrepancies usually come from different snapshot times or star-caching.
OTHER DATABASE MCP SERVERS
Postgres MCP
Official MCP server for PostgreSQL. Provides read and write access to PostgreSQL databases with schema introspection, query execution, and transaction support. The reference implementation for database MCP servers.
Supabase
Persistence layer with full Postgres access and Row Level Security awareness. Query tables, manage schemas, handle auth users, and work with storage buckets.
ClickHouse MCP
Official ClickHouse MCP server with both ClickHouse Tools (production cluster queries) and chDB Tools (embedded ClickHouse for local analytics). Apache-2.0 with destructive-operation protection: write access is opt-in via configuration.
MindsDB
A federated query engine that exposes 200+ data sources as MCP tools through a unified SQL-compatible interface. Built around a Connect → Unify → Respond workflow with structured tables fused with vectorized data inside Knowledge Bases.
Neon MCP
MCP server for Neon serverless Postgres. Provides database branching, query execution, and project management. Branch-per-query makes every schema change reversible.
MongoDB MCP Server
Vendor-built MongoDB MCP server covering both direct database operations (against any MongoDB connection string) and MongoDB Atlas API operations (via Service Accounts credentials). Ships with --readOnly enabled by default in every official install snippet.
DISCUSS YOUR
MCP REQUIREMENTS.
Evaluating a server, scoping an internal deployment, or working out whether MCP is the right fit at all. Start the conversation and we will point you at the right piece of the ecosystem.