File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
content/integrate/redis-mcp Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ how to get a test server active within minutes.
2121When you have a Redis server available, use the instructions below to install and
2222configure the Redis MCP server.
2323
24- ## Quick Start with uvx
24+ ## Quick Start with PyPI
2525
2626The 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
4444uvx --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
You can’t perform that action at this time.
0 commit comments