File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ To configure the Redis Cloud API MCP Server, consider the following environment
3434| ` REDIS_USERNAME ` | Default database username | 'default' |
3535| ` REDIS_PWD ` | Default database password | '' |
3636| ` REDIS_SSL ` | Enables or disables SSL/TLS | False |
37- | ` REDIS_CA_PATH ` | CA certificate for verifying server | '' |
38- | ` REDIS_SSL_KEYFILE ` | Client's private key file for client authentication | '' |
39- | ` REDIS_SSL_CERTFILE ` | Client's certificate file for client authentication | '' |
40- | ` REDIS_CERT_REQS ` | Whether the client should verify the server's certificate | '' |
41- | ` REDIS_CA_CERTS ` | Path to the trusted CA certificates file | '' |
37+ | ` REDIS_CA_PATH ` | CA certificate for verifying server | None |
38+ | ` REDIS_SSL_KEYFILE ` | Client's private key file for client authentication | None |
39+ | ` REDIS_SSL_CERTFILE ` | Client's certificate file for client authentication | None |
40+ | ` REDIS_CERT_REQS ` | Whether the client should verify the server's certificate | 'required' |
41+ | ` REDIS_CA_CERTS ` | Path to the trusted CA certificates file | None |
4242
4343## Integration with Claude Desktop
4444You can configure Claude Desktop to use this MCP Server.
You can’t perform that action at this time.
0 commit comments