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
feature in [VSCode](https://docs.augmentcode.com/setup-augment/mcp#getting-started-with-easy-mcp)
59
+
and the [JetBrains IDEs](https://docs.augmentcode.com/jetbrains/setup-augment/mcp#getting-started-with-easy-mcp)
60
+
to install the server in seconds:
61
+
62
+
1. Open the Augment settings panel and
63
+
navigate to the **MCP** pane.
64
+
1. Click the "+" button next to Redis in the
65
+
**Easy MCP installation** list and enter the connection details for your Redis database.
66
+
1. Click **Install** to start using Redis MCP.
67
+
68
+
If you need to supply environment variables or command line parameters:
69
+
70
+
1. Click the **Add MCP** button underneath the list of Easy MCP integrations.
71
+
1. Enter `Redis` in the name field and paste the appropriate command line in the
72
+
command field (see
73
+
[Configuration]({{< relref "/integrate/redis-mcp/install#configuration" >}}) for
74
+
more information about the available command line options).
75
+
1. Click the **+ Variable** button to add any environment variables that you need.
76
+
1. Click **Add** to add the server.
77
+
78
+
### Claude Desktop
79
+
80
+
First, locate the configuration file by selecting **Settings** from the menu, then selecting the **Developer** tab, and then clicking the **Edit Config** button. Open this JSON file and add your settings as shown below to run Redis MCP with [`uvx`](https://docs.astral.sh/uv/guides/tools/#running-tools):
62
81
63
82
```json
64
83
{
@@ -80,9 +99,8 @@ shown below:
80
99
}
81
100
```
82
101
83
-
You can find the path to the `uv` command using `which uv`, or
84
-
the equivalent. You can also optionally set the environment for
85
-
the command shell here in the `env` section:
102
+
You can also optionally set the environment for the command shell here in the
103
+
`env` section:
86
104
87
105
```json
88
106
"redis": {
@@ -125,17 +143,87 @@ configuration as shown below:
125
143
}
126
144
```
127
145
128
-
For Augment in VS Code or JetBrains IDEs, you can also add the configuration
129
-
from the Settings panel.
130
-
131
-
Open the **Settings** panel using the menu
132
-
in the top right corner of the main Augment panel. In the **Tools**
133
-
settings, scroll down to the **MCP** section and select **Add MCP**.
134
-
Enter `Redis` in the name field and paste appropriate command line in the
0 commit comments