Skip to content

Commit c324193

Browse files
committed
Instructions to use the official Docker image https://hub.docker.com/r/mcp/redis
1 parent df53d5e commit c324193

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ You can configure Claude Desktop to use this MCP Server.
143143

144144
### Using with Docker
145145

146-
The Redis MCP Server provides a Dockerfile. Build this server's image with:
146+
You can use a dockerized deployment of this server. You can either build your own image or use the official [Redis MCP Docker](https://hub.docker.com/r/mcp/redis) image.
147+
148+
If you'd like to build your own image, the Redis MCP Server provides a Dockerfile. Build this server's image with:
147149

148150
```commandline
149151
docker build -t mcp-redis .
@@ -171,6 +173,8 @@ Finally, configure Claude Desktop to create the container at start-up. Edit the
171173
}
172174
```
173175

176+
To use the official [Redis MCP Docker](https://hub.docker.com/r/mcp/redis) image, just replace your image name (`mcp-redis` in the example above) with `mcp/redis`.
177+
174178
### Troubleshooting
175179

176180
You can troubleshoot problems by tailing the log file.

0 commit comments

Comments
 (0)