Skip to content

Commit 80e7ea7

Browse files
DOC-5687 emphasised that PyPI is the recommened way to deploy
1 parent a2f0c53 commit 80e7ea7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/integrate/redis-mcp/install.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ how to get a test server active within minutes.
2121
When you have a Redis server available, use the instructions below to install and
2222
configure the Redis MCP server.
2323

24-
## Quick Start with uvx
24+
## Quick Start with PyPI
2525

2626
The easiest way to use the Redis MCP Server is with
2727
[`uvx`](https://docs.astral.sh/uv/guides/tools/),
@@ -44,7 +44,11 @@ uvx --from redis-mcp-server@latest redis-mcp-server --host localhost --port 6379
4444
uvx --from redis-mcp-server@latest redis-mcp-server --help
4545
```
4646

47-
You can also run Redis MCP from a GitHub branch or a tagged release with `uvx`:
47+
## Run from GitHub
48+
49+
Running from [PyPI](#quick-start-with-pypi)
50+
is the recommended way to use the Redis MCP server, but
51+
you can also run it from a GitHub branch or a tagged release with `uvx`:
4852

4953
```bash
5054
# Run with Redis URI

0 commit comments

Comments
 (0)