Redis

By thumbsupordown

MCP server for interacting with a Redis key-value store: set and get values, delete keys, and list keys matching a pattern.

Tools

delete

Delete one or more keys and their values from the Redis database.

get

Get the value stored at a given key in the Redis database.

list

List the Redis keys that match a given glob-style pattern.

set

Set a Redis key to a value, with an optional expiration time in seconds.

Want to create your own MCP server?

Create an account to add and manage your own MCP servers.