redis cloud.com
redis cloud.com logo

Redis Cloud

Integration with Redis Cloud's API, allowing you to manage your Redis Cloud resources using natural language.

Created byApr 23, 2025

Redis Cloud API MCP Server

Model Context Protocol (MCP) is a standardized protocol for managing context between large language models (LLMs) and external systems. This repository provides an MCP Server for Redis Cloud's API, allowing you to manage your Redis Cloud resources using natural language.
This lets you use Claude Desktop, or any MCP Client, to use natural language to accomplish things on your Redis Cloud account, e.g.:
  • "Create a new Redis database in AWS"
  • "What are my current subscriptions?"
  • "Help me choose the right Redis database for my e-commerce application"

Features

Account Management

  • get_current_account: Get details about your current Redis Cloud account
  • get_current_payment_methods: List all payment methods configured for your account

Subscription Management

Pro Subscriptions

  • get_pro_subscriptions: List all Pro subscriptions in your account
  • create_pro_subscription: Create a new Pro subscription with advanced configuration options

Essential Subscriptions

  • get_essential_subscriptions: List all Essential subscriptions (paginated)
  • get_essential_subscription_by_id: Get detailed information about a specific Essential subscription
  • create_essential_subscription: Create a new Essential subscription
  • delete_essential_subscription: Delete an Essential subscription

Database Capabilities

  • get_database_modules: List all available database modules (capabilities) supported in your account

Cloud Provider Management

  • get_pro_plans_regions: Get available regions across cloud providers

Plans and Pricing

  • get_essentials_plans: List available Essential subscription plans (paginated)

Task Management

  • get_tasks: List all current tasks in your account
  • get_task_by_id: Get detailed information about a specific task

Usage

Prerequisites

  • Valid Redis Cloud API credentials (API Key and Secret Key)
  • Task IDs are returned for long-running operations and can be monitored
  • Paginated responses require multiple calls to retrieve all data

Claude Desktop

To run the MCP server with Claude Desktop, follow these steps:
  1. Build the package:
  1. Add the server to Claude Desktop:
  1. Close Claude Desktop and restart it. The server should now be available in the MCP Servers section.

Cursor IDE

To run the MCP server with Cursor IDE, follow these steps:
  1. Build the package:
  1. Add the server to Cursor:
  1. Restart Cursor. The server should now be available in the MCP Servers section.

Development

Prerequisites

  1. nvm (Node Version Manager)
  1. Node v22.14.0
  1. npm 10.9.2

Getting Started

  1. Install dependencies:
  1. Build the project:
  1. Test it by using the MCP Inspector:

Project Structure

Note: If you make changes to your code, remember to rebuild and restart Claude Desktop / Cursor:

Docker Usage

Building the Docker Image

To build the Docker image for the MCP server, run the following command:

Running the Docker Container

To run the container, use the following command:

Docker Integration with Claude Desktop

To integrate the Dockerized MCP server with Claude Desktop, follow these steps:
  1. Build the Docker image (if you haven't already):
  1. Add the server to Claude Desktop:
  1. Replace the placeholder values with your actual API credentials.
  1. Save the configuration file and restart Claude Desktop.

Notes

  • Ensure that the required environment variables (API_KEY, SECRET_KEY) are set correctly.

Redis Cloud API MCP Server

Model Context Protocol (MCP) is a standardized protocol for managing context between large language models (LLMs) and external systems. This repository provides an MCP Server for Redis Cloud's API, allowing you to manage your Redis Cloud resources using natural language.
This lets you use Claude Desktop, or any MCP Client, to use natural language to accomplish things on your Redis Cloud account, e.g.:
  • "Create a new Redis database in AWS"
  • "What are my current subscriptions?"
  • "Help me choose the right Redis database for my e-commerce application"

Features

Account Management

  • get_current_account: Get details about your current Redis Cloud account
  • get_current_payment_methods: List all payment methods configured for your account

Subscription Management

Pro Subscriptions

  • get_pro_subscriptions: List all Pro subscriptions in your account
  • create_pro_subscription: Create a new Pro subscription with advanced configuration options

Essential Subscriptions

  • get_essential_subscriptions: List all Essential subscriptions (paginated)
  • get_essential_subscription_by_id: Get detailed information about a specific Essential subscription
  • create_essential_subscription: Create a new Essential subscription
  • delete_essential_subscription: Delete an Essential subscription

Database Capabilities

  • get_database_modules: List all available database modules (capabilities) supported in your account

Cloud Provider Management

  • get_pro_plans_regions: Get available regions across cloud providers

Plans and Pricing

  • get_essentials_plans: List available Essential subscription plans (paginated)

Task Management

  • get_tasks: List all current tasks in your account
  • get_task_by_id: Get detailed information about a specific task

Usage

Prerequisites

  • Valid Redis Cloud API credentials (API Key and Secret Key)
  • Task IDs are returned for long-running operations and can be monitored
  • Paginated responses require multiple calls to retrieve all data

Claude Desktop

To run the MCP server with Claude Desktop, follow these steps:
  1. Build the package:
  1. Add the server to Claude Desktop:
  1. Close Claude Desktop and restart it. The server should now be available in the MCP Servers section.

Cursor IDE

To run the MCP server with Cursor IDE, follow these steps:
  1. Build the package:
  1. Add the server to Cursor:
  1. Restart Cursor. The server should now be available in the MCP Servers section.

Development

Prerequisites

  1. nvm (Node Version Manager)
  1. Node v22.14.0
  1. npm 10.9.2

Getting Started

  1. Install dependencies:
  1. Build the project:
  1. Test it by using the MCP Inspector:

Project Structure

Note: If you make changes to your code, remember to rebuild and restart Claude Desktop / Cursor:

Docker Usage

Building the Docker Image

To build the Docker image for the MCP server, run the following command:

Running the Docker Container

To run the container, use the following command:

Docker Integration with Claude Desktop

To integrate the Dockerized MCP server with Claude Desktop, follow these steps:
  1. Build the Docker image (if you haven't already):
  1. Add the server to Claude Desktop:
  1. Replace the placeholder values with your actual API credentials.
  1. Save the configuration file and restart Claude Desktop.

Notes

  • Ensure that the required environment variables (API_KEY, SECRET_KEY) are set correctly.