The official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.REDIS_HOST— "": "<your_redis_database_hostname>",REDIS_PORT— "": "<your_redis_database_port>",REDIS_USERNAME— "-e", "=<redis_username>",REDIS_PWD— "": "<your_redis_database_password>",REDIS_SSL— "": TrueFalse,REDIS_SSL_CA_PATH— "": "<your_redis_ca_path>",REDIS_SSL_KEYFILE— Client's private key file for client authentication NoneREDIS_SSL_CERTFILE— Client's certificate file for client authentication NoneREDIS_SSL_CERT_REQS— Whether the client should verify the server's certificate "required"REDIS_SSL_CA_CERTS— Path to the trusted CA certificates file NoneREDIS_CLUSTER_MODE— "": TrueFalseREDIS_DB— Database 0REDIS_ENTRAID_CLIENT_ID— export =your-client-idREDIS_ENTRAID_CLIENT_SECRET— export =your-client-secretREDIS_ENTRAID_TENANT_ID— export =your-tenant-idREDIS_ENTRAID_SCOPES— export =https://redis.azure.com/.defaultREDIS_ENTRAID_RETRY_MAX_ATTEMPTSREDIS_ENTRAID_RETRY_DELAY_MSREDIS_ENTRAID_RESOURCE— Azure Redis resource identifier "https://redis.azure.com/"MCP_REDIS_LOG_LEVEL— The server uses Python's standard logging and is configured at startup. By default it logs at WARNING and above. You can change verbosity with the environment variable.[](https://m8ven.ai/mcp/redis-mcp-redis-b69trg)