RC

Redis Cloud API

Created 6 months ago

MCP Server for managing Redis Cloud resources using natural language.

development location documentation public API cloud

What is Redis Cloud API?

The Redis Cloud API MCP Server allows you to manage your Redis Cloud resources using natural language.

Documentation

Redis Cloud API MCP Server

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)
  • create_essential_subscription: Create a new Essential subscription

Database Capabilities

  • get_database_modules: List all available database modules 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

Usage# Prerequisites

  • Valid Redis Cloud API credentials (API Key and Secret Key)

Getting Started

  1. Install dependencies: npm install
  2. Build the project: npm run build
  3. Test it by using the MCP Inspector: npx @modelcontextprotocol/inspector node dist/index.js --api-key= --secret-key=

Server Config

{
  "mcpServers": {
    "redis-cloud-api-server": {
      "command": "npx",
      "args": [
        "redis-cloud-api"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Redis Labs
Category: official
License: MIT
Tags:
development location documentation