Redis
v1.0.0MCPInspect keys, manage caches, and monitor memory on a Redis instance. Official server from Redis.
SourceID
redisHow it runs
The client launches this pinned, published server on demand over stdio. Required configuration is injected by the user at install time.
launch command
uvx --from git+https://github.com/redis/mcp-redis.git redis-mcp-serverConfiguration
Values you supply when installing this server.
REDIS_URLstringrequiredRedis connection URL, supplied as an env var, e.g. redis://user:pass@localhost:6379/0. Use a read-only ACL user.