Skip to content

Commit a4b0a9f

Browse files
committed
Mention of the stdio transport on the README
1 parent 0704c8f commit a4b0a9f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,14 @@ Additional tools.
6363

6464
## Installation
6565

66-
### Quick Start with uvx
67-
68-
The easiest way to use the Redis MCP Server is with `uvx`, which allows you to run it directly from GitHub (from a branch, or use a tagged release).
66+
The Redis MCP Server supports the `stdio` [transport](https://modelcontextprotocol.io/docs/concepts/transports#standard-input%2Foutput-stdio). Support to the `stremable-http` transport will be added in the future.
6967

7068
> No PyPi package is available at the moment.
7169
70+
### Quick Start with uvx
71+
72+
The easiest way to use the Redis MCP Server is with `uvx`, which allows you to run it directly from GitHub (from a branch, or use a tagged release).
73+
7274
```sh
7375
# Run with Redis URI
7476
uvx --from git+https://github.com/redis/mcp-redis.git redis-mcp-server --url redis://localhost:6379/0

0 commit comments

Comments
 (0)