Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ You can start the GitHub desired version of the Redis MCP server using `uvx` by
```json
"mcp": {
"servers": {
"Redis MCP Server": {
"redis": {
"type": "stdio",
"command": "uvx",
"args": [
Expand All @@ -416,6 +416,7 @@ You can start the GitHub desired version of the Redis MCP server using `uvx` by
Alternatively, you can start the server using `uv` and configure your `mcp.json` or `settings.json`. This is usually desired for development.

```json
// mcp.json
{
"servers": {
"redis": {
Expand All @@ -439,6 +440,7 @@ Alternatively, you can start the server using `uv` and configure your `mcp.json`
```

```json
// settings.json
{
"mcp": {
"servers": {
Expand All @@ -465,6 +467,7 @@ Alternatively, you can start the server using `uv` and configure your `mcp.json`

For more information, see the [VS Code documentation](https://code.visualstudio.com/docs/copilot/chat/mcp-servers).

You can prompt the copilot chat to use the Redis MCP tools by including `#redis` in your chat.

## Testing

Expand Down