redis-mcp-server

wfqdreamcity/redis-mcp-server

3.1

If you are the rightful owner of redis-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is an MCP server designed for interacting with Redis databases, offering a comprehensive suite of Redis operation tools and resources.

Tools

Functions exposed to the LLM to take actions

redis_get

Retrieve the value of a key.

redis_set

Set a key-value pair with optional expiration.

redis_del

Delete one or more keys.

redis_exists

Check if a key exists.

redis_keys

Get a list of keys matching a pattern.

redis_hget

Get the value of a hash field.

redis_hset

Set the value of a hash field.

redis_hgetall

Get all fields and values of a hash.

redis_lpush

Push elements to the left of a list.

redis_rpush

Push elements to the right of a list.

redis_lrange

Get elements within a range from a list.

redis_info

Retrieve information about the Redis server.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources