mcp-redis-allowlist
by TeaBambooNGU
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDIS_URL | Yes | Redis connection URL, e.g., redis://localhost:6379 | |
| REDIS_WRITE_ALLOWED | No | Set to 'true' to bypass the read-only guard (not recommended for production). Default is false. | false |
| REDIS_EXTRA_READONLY_COMMANDS | No | Comma or whitespace separated list of extra read-only command specs, e.g., 'client:list,slowlog:get,latency:latest' |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| redis_getC | GET a string key and its TTL. |
| redis_scanB | Cursor-safe key scan by glob pattern using SCAN. |
| redis_inspectB | Inspect type, TTL, size, and a small preview for a key. |
| redis_commandB | Run an arbitrary Redis command restricted to the read-only allowlist unless writes are enabled. |
| redis_infoB | Run Redis INFO, optionally scoped to a section. |
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
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/TeaBambooNGU/mcp-redis-allowlist'
If you have feedback or need assistance with the MCP directory API, please join our Discord server