mcp-server-redis

mcp-server-redis

21

This project provides a Model Context Protocol (MCP) Server designed for interacting with Redis. It includes a variety of tools and resources to manage connections and perform operations on Redis data structures with error handling and automatic reconnection capabilities.

How do I check the current Redis connection status?

Use the resource 'redis://status' to check the current connection status.

Can I extend the server to include more Redis commands?

Yes, the server is designed to be extensible. You can add more Redis commands as needed.

What happens if the Redis connection is lost?

The server will automatically attempt to reconnect to Redis if the connection is lost.

How do I configure the Redis connection?

Refer to the .env.example file to configure your Redis connection by adding the appropriate variables.

What are the basic operations supported by this server?

The server supports basic operations like get, set, delete, and increment.