From 87e7fa8eac68700d530e05ca6585340800d557e8 Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Fri, 5 Sep 2025 13:53:44 +0100 Subject: [PATCH] DOC-5698 corrected info about Redis Cloud MCP --- content/integrate/redis-mcp/install.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/content/integrate/redis-mcp/install.md b/content/integrate/redis-mcp/install.md index e85e5c262..d4220c2f6 100644 --- a/content/integrate/redis-mcp/install.md +++ b/content/integrate/redis-mcp/install.md @@ -207,9 +207,8 @@ The full set of command line options is shown in the table below: ## Redis Cloud MCP -A separate version of the MCP server is available for -[Redis Cloud]({{< relref "/operate/rc" >}}). This has the same main -functionality as the basic MCP server but also has some features +A separate MCP server is available for +[Redis Cloud]({{< relref "/operate/rc" >}}). This has features specific to Redis Cloud, including subscription management and billing details. For example, you can use questions and instructions like the following: @@ -218,6 +217,11 @@ like the following: - "What are my current subscriptions?" - "Help me choose the right Redis database for my e-commerce application" +{{< note >}}By itself, the Redis Cloud MCP server only provides admin +features and does not let you interact +with Redis databases. You can still use the main MCP server for interaction +with a Cloud database, but you must install it separately.{{< /note >}} + You will need [Node.js](https://nodejs.org/en) installed to run Redis Cloud MCP. Clone the GitHub repository using the following command: