redis-mcp
by YawLabs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDIS_URL | Yes | Redis connection string, e.g. redis://:pass@host:6379/0 or rediss://... for TLS. | |
| ALLOW_WRITES | No | Set to '1' or 'true' to permit curated mutating commands via redis_command. Arbitrary-execution commands stay blocked regardless. | |
| REDIS_MAX_KEYS | No | Cap on keys returned by a single scan, and on collection elements returned by redis_get. | 1000 |
| REDIS_SCAN_COUNT | No | COUNT hint per SCAN iteration. | 100 |
| REDIS_COMMAND_TIMEOUT_MS | No | Per-command timeout in milliseconds. | 10000 |
| REDIS_CONNECT_TIMEOUT_MS | No | TCP connect timeout in milliseconds. | 10000 |
| REDIS_TLS_REJECT_UNAUTHORIZED | No | Set to 'false' to skip TLS cert verification for managed Redis using private-CA certs. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/YawLabs/redis-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server