Hermes Registry

Redis

v1.0.0MCP

Inspect keys, manage caches, and monitor memory on a Redis instance. Official server from Redis.

SourceIDredis

How 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-server

Configuration

Values you supply when installing this server.

REDIS_URLstringrequired

Redis connection URL, supplied as an env var, e.g. redis://user:pass@localhost:6379/0. Use a read-only ACL user.