Skip to content

Commit 6dda4d0

Browse files
DOC-5498 updates to config details
1 parent 213fcd1 commit 6dda4d0

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

content/integrate/redis-mcp/client-conf.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ give the general configuration details for some common MCP client tools:
4848
- [Claude Desktop](https://modelcontextprotocol.io/quickstart/user)
4949
- [GitHub Copilot for VS Code](https://code.visualstudio.com/docs/copilot/chat/mcp-servers)
5050
- [OpenAI](https://openai.github.io/openai-agents-python/mcp/)
51+
- [Augment](https://docs.augmentcode.com/setup-augment/mcp)
5152

5253
### Local servers
5354

@@ -124,6 +125,16 @@ configuration as shown below:
124125
}
125126
```
126127

128+
For Augment in VS Code or JetBrains IDEs, you can also add the configuration
129+
from the Settings panel. Open the **Settings** panel using the menu
130+
in the top right corner of the main Augment panel. In the **Tools**
131+
settings, scroll down to the **MCP** section and select **Add MCP**.
132+
Enter `Redis` in the name field and paste appropriate command line in the
133+
command field (see
134+
[Configuration]({{< relref "/integrate/redis-mcp/install#configuration" >}})
135+
for more information about the command line options). You can also add any
136+
[environment variables]({{< relref "/integrate/redis-mcp/install#environment-variables" >}}) that you need.
137+
127138
## Redis Cloud MCP
128139

129140
If you are using

content/integrate/redis-mcp/install.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ See the [`.env.example` file](https://github.com/redis/mcp-redis/blob/main/.env.
118118
in the repository for the full list of variables and their default values.
119119

120120
You can also set the configuration using command-line arguments, which
121-
may be useful if you only want to change a few settings from the defaults:
121+
may be useful if you only want to change a few settings from the defaults
122+
(see [Command line options](#command-line-options) below for the full list
123+
of options).
122124

123125
```bash
124126
# Basic Redis connection
@@ -160,7 +162,6 @@ The full set of environment variables is shown in the table below:
160162
| `REDIS_CERT_REQS` | Whether the client should verify the server's certificate | `"required"` |
161163
| `REDIS_CA_CERTS` | Path to the trusted CA certificates file | None |
162164
| `REDIS_CLUSTER_MODE` | Enable Redis Cluster mode | `False` |
163-
| `MCP_TRANSPORT` | Use the `stdio` or `sse` transport | `stdio` |
164165

165166
### Command line options
166167

0 commit comments

Comments
 (0)