You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,13 +99,14 @@ You can troubleshoot your agent workflows using the [OpenAI dashboard](https://p
99
99
100
100
### Via Smithery
101
101
102
-
To install Redis MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@redis/mcp-redis):
102
+
If you'd like to test the [Redis MCP Server](https://smithery.ai/server/@redis/mcp-redis) deployed [by Smithery](https://smithery.ai/docs/deployments), you can configure Claude Desktop automatically:
103
103
104
104
```bash
105
105
npx -y @smithery/cli install @redis/mcp-redis --client claude
106
106
```
107
107
108
-
Follow the prompt and provide the details to configure the server. The procedure will create the proper configuration in the `claude_desktop_config.json` configuration file.
108
+
Follow the prompt and provide the details to configure the server and connect to Redis (e.g. using a Redis Cloud database).
109
+
The procedure will create the proper configuration in the `claude_desktop_config.json` configuration file.
0 commit comments