Back to directory
redis/mcp-redis-cloud

redis/mcp-redis-cloud

@redis

Model Context Protocol (MCP) Server for Redis Cloud API, enabling natural language management of Redis Cloud resources.

rediscloudmcpdatabaseapisubscriptionmanagement

Installation & Configuration

{
  "mcpServers": {
    "redis-cloud": {
      "command": "node",
      "args": [
        "--experimental-fetch",
        "<absolute_path_to_project_root>/dist/index.js"
      ],
      "env": {
        "API_KEY": "<redis_cloud_api_key>",
        "SECRET_KEY": "<redis_cloud_api_secret_key>"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/12