MCP.so
Sign In

Redis Cloud API MCP Server

@redis

About Redis Cloud API MCP Server

No overview available yet

Basic information

Category

Databases

License

MIT

Runtime

node

Transports

stdio

Publisher

redis

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-redis-cloud": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "node",
        "dist/index.js",
        "--api-key=<api_key>",
        "--secret-key=<secret_key>"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Redis Cloud API MCP Server?

It is an MCP server that connects to Redis Cloud’s API, enabling users to manage Redis Cloud resources using natural language through any MCP client (e.g., Claude Desktop). It provides tools for account, subscription, database, and task management.

How to use Redis Cloud API MCP Server?

Build the project with npm run build, then configure an MCP client (Claude Desktop or Cursor IDE) with the server command and environment variables API_KEY and SECRET_KEY. Alternatively, use the prebuilt Docker image by setting the same environment variables on the container.

Key features of Redis Cloud API MCP Server

  • Account management: get account details and payment methods
  • Pro subscription management: create, list, and configure subscriptions
  • Essential subscription management: create, list, get by ID, and delete
  • Database module and capability listing
  • Cloud provider region and plan information (AWS, GCP, Azure)
  • Task creation and tracking for long-running operations

Use cases of Redis Cloud API MCP Server

  • Create a new Redis database in AWS using natural language
  • List all current subscriptions across your account
  • Help choose the right Redis database for an e‑commerce application
  • Monitor deployment status and subscription changes via tasks
  • Delete an Essential subscription when it is no longer needed

FAQ from Redis Cloud API MCP Server

What are the prerequisites?

Valid Redis Cloud API credentials (API Key and Secret Key) are required. For direct Node usage, Node v22.14.0 and npm 10.9.2 are needed; otherwise, Docker can be used.

How do I authenticate?

Authentication is done via the API_KEY and SECRET_KEY environment variables, passed to the server either in the MCP client configuration or as Docker environment variables.

How do I handle paginated responses?

Paginated responses (e.g., for Essential subscriptions) require multiple calls to retrieve all data. The server returns results in pages.

How do I track long‑running operations?

Long‑running operations return a task ID. You can monitor progress using the get_tasks and get_task_by_id tools.

Can I run the server without Docker?

Yes. Build the project with npm run build and run it with node --experimental-fetch dist/index.js, setting the API_KEY and SECRET_KEY environment variables.

Comments

More Databases MCP servers