Skip to content

Commit 2ff439c

Browse files
Merge pull request #2101 from redis/DOC-5698-mcp-cloud-fix
DOC-5698 corrected info about Redis Cloud MCP
2 parents fa609d3 + 87e7fa8 commit 2ff439c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

content/integrate/redis-mcp/install.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,8 @@ The full set of command line options is shown in the table below:
207207

208208
## Redis Cloud MCP
209209

210-
A separate version of the MCP server is available for
211-
[Redis Cloud]({{< relref "/operate/rc" >}}). This has the same main
212-
functionality as the basic MCP server but also has some features
210+
A separate MCP server is available for
211+
[Redis Cloud]({{< relref "/operate/rc" >}}). This has features
213212
specific to Redis Cloud, including subscription management and
214213
billing details. For example, you can use questions and instructions
215214
like the following:
@@ -218,6 +217,11 @@ like the following:
218217
- "What are my current subscriptions?"
219218
- "Help me choose the right Redis database for my e-commerce application"
220219

220+
{{< note >}}By itself, the Redis Cloud MCP server only provides admin
221+
features and does not let you interact
222+
with Redis databases. You can still use the main MCP server for interaction
223+
with a Cloud database, but you must install it separately.{{< /note >}}
224+
221225
You will need [Node.js](https://nodejs.org/en) installed to run Redis Cloud MCP.
222226
Clone the GitHub repository using the following command:
223227

0 commit comments

Comments
 (0)