Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
redis
to the mcpServers
section:{
"mcpServers": {
"redis": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"REDIS_HOST",
"-e",
"REDIS_PORT",
"-e",
"REDIS_USERNAME",
"-e",
"REDIS_SSL",
"-e",
"REDIS_CA_PATH",
"-e",
"REDIS_SSL_KEYFILE",
"-e",
"REDIS_SSL_CERTFILE",
"-e",
"REDIS_CERT_REQS",
"-e",
"REDIS_CA_CERTS",
"-e",
"REDIS_CLUSTER_MODE",
"-e",
"REDIS_PWD",
"mcp/redis@sha256:64abd060ad9d108db0449af7ac4d473223e6e9b4ff205175755b29d259bdf03b"
],
"env": {
"REDIS_HOST": "{{redis.host}}",
"REDIS_PORT": "{{redis.port}}",
"REDIS_USERNAME": "{{redis.username}}",
"REDIS_SSL": "{{redis.ssl}}",
"REDIS_CA_PATH": "{{redis.ca_path}}",
"REDIS_SSL_KEYFILE": "{{redis.ssl_keyfile}}",
"REDIS_SSL_CERTFILE": "{{redis.ssl_certfile}}",
"REDIS_CERT_REQS": "{{redis.cert_reqs}}",
"REDIS_CA_CERTS": "{{redis.ca_certs}}",
"REDIS_CLUSTER_MODE": "{{redis.cluster_mode}}",
"REDIS_PWD": ""
}
}
}
}
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
redis
to the mcpServers
section:{
"mcpServers": {
"redis": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"REDIS_HOST",
"-e",
"REDIS_PORT",
"-e",
"REDIS_USERNAME",
"-e",
"REDIS_SSL",
"-e",
"REDIS_CA_PATH",
"-e",
"REDIS_SSL_KEYFILE",
"-e",
"REDIS_SSL_CERTFILE",
"-e",
"REDIS_CERT_REQS",
"-e",
"REDIS_CA_CERTS",
"-e",
"REDIS_CLUSTER_MODE",
"-e",
"REDIS_PWD",
"mcp/redis@sha256:64abd060ad9d108db0449af7ac4d473223e6e9b4ff205175755b29d259bdf03b"
],
"env": {
"REDIS_HOST": "{{redis.host}}",
"REDIS_PORT": "{{redis.port}}",
"REDIS_USERNAME": "{{redis.username}}",
"REDIS_SSL": "{{redis.ssl}}",
"REDIS_CA_PATH": "{{redis.ca_path}}",
"REDIS_SSL_KEYFILE": "{{redis.ssl_keyfile}}",
"REDIS_SSL_CERTFILE": "{{redis.ssl_certfile}}",
"REDIS_CERT_REQS": "{{redis.cert_reqs}}",
"REDIS_CA_CERTS": "{{redis.ca_certs}}",
"REDIS_CLUSTER_MODE": "{{redis.cluster_mode}}",
"REDIS_PWD": ""
}
}
}
}
Manual installation
You can install the MCP server using:
Installation for