@@ -57,19 +57,20 @@ uv sync
5757To configure this Redis MCP Server, consider the following environment variables:
5858
5959| Name | Description | Default Value |
60- | ----------------------| -----------------------------------------------------------| --------------- |
60+ | ----------------------| -----------------------------------------------------------| --------------|
6161| ` REDIS_HOST ` | Redis IP or hostname | ` "127.0.0.1" ` |
62- | ` REDIS_PORT ` | Redis port | ` 6379 ` |
63- | ` REDIS_USERNAME ` | Default database username | ` "default" ` |
64- | ` REDIS_PWD ` | Default database password | "" |
65- | ` REDIS_SSL ` | Enables or disables SSL/TLS | ` False ` |
66- | ` REDIS_CA_PATH ` | CA certificate for verifying server | None |
67- | ` REDIS_SSL_KEYFILE ` | Client's private key file for client authentication | None |
68- | ` REDIS_SSL_CERTFILE ` | Client's certificate file for client authentication | None |
69- | ` REDIS_CERT_REQS ` | Whether the client should verify the server's certificate | ` "required" ` |
70- | ` REDIS_CA_CERTS ` | Path to the trusted CA certificates file | None |
71- | ` REDIS_CLUSTER_MODE ` | Enable Redis Cluster mode | ` False ` |
72- | ` MCP_TRANSPORT ` | Use the ` stdio ` or ` sse ` transport | ` stdio ` |
62+ | ` REDIS_PORT ` | Redis port | ` 6379 ` |
63+ | ` REDIS_DB ` | Database | 0 |
64+ | ` REDIS_USERNAME ` | Default database username | ` "default" ` |
65+ | ` REDIS_PWD ` | Default database password | "" |
66+ | ` REDIS_SSL ` | Enables or disables SSL/TLS | ` False ` |
67+ | ` REDIS_CA_PATH ` | CA certificate for verifying server | None |
68+ | ` REDIS_SSL_KEYFILE ` | Client's private key file for client authentication | None |
69+ | ` REDIS_SSL_CERTFILE ` | Client's certificate file for client authentication | None |
70+ | ` REDIS_CERT_REQS ` | Whether the client should verify the server's certificate | ` "required" ` |
71+ | ` REDIS_CA_CERTS ` | Path to the trusted CA certificates file | None |
72+ | ` REDIS_CLUSTER_MODE ` | Enable Redis Cluster mode | ` False ` |
73+ | ` MCP_TRANSPORT ` | Use the ` stdio ` or ` sse ` transport | ` stdio ` |
7374
7475
7576## Transports
0 commit comments