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
34
34
| ` REDIS_USERNAME ` | Default database username | 'default' |
35
35
| ` REDIS_PWD ` | Default database password | '' |
36
36
| ` 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 |
42
42
43
43
## Integration with Claude Desktop
44
44
You can configure Claude Desktop to use this MCP Server.
You can’t perform that action at this time.
0 commit comments