File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
content/integrate/redis-mcp Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ give the general configuration details for some common MCP client tools:
48
48
- [ Claude Desktop] ( https://modelcontextprotocol.io/quickstart/user )
49
49
- [ GitHub Copilot for VS Code] ( https://code.visualstudio.com/docs/copilot/chat/mcp-servers )
50
50
- [ OpenAI] ( https://openai.github.io/openai-agents-python/mcp/ )
51
+ - [ Augment] ( https://docs.augmentcode.com/setup-augment/mcp )
51
52
52
53
### Local servers
53
54
@@ -124,6 +125,16 @@ configuration as shown below:
124
125
}
125
126
```
126
127
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
+
127
138
## Redis Cloud MCP
128
139
129
140
If you are using
Original file line number Diff line number Diff line change @@ -118,7 +118,9 @@ See the [`.env.example` file](https://github.com/redis/mcp-redis/blob/main/.env.
118
118
in the repository for the full list of variables and their default values.
119
119
120
120
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).
122
124
123
125
``` bash
124
126
# Basic Redis connection
@@ -160,7 +162,6 @@ The full set of environment variables is shown in the table below:
160
162
| ` REDIS_CERT_REQS ` | Whether the client should verify the server's certificate | ` "required" ` |
161
163
| ` REDIS_CA_CERTS ` | Path to the trusted CA certificates file | None |
162
164
| ` REDIS_CLUSTER_MODE ` | Enable Redis Cluster mode | ` False ` |
163
- | ` MCP_TRANSPORT ` | Use the ` stdio ` or ` sse ` transport | ` stdio ` |
164
165
165
166
### Command line options
166
167
You can’t perform that action at this time.
0 commit comments