Skip to main content
Glama
TeaBambooNGU

mcp-redis-allowlist

by TeaBambooNGU

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDIS_URLYesRedis connection URL, e.g., redis://localhost:6379
REDIS_WRITE_ALLOWEDNoSet to 'true' to bypass the read-only guard (not recommended for production). Default is false.false
REDIS_EXTRA_READONLY_COMMANDSNoComma 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/TeaBambooNGU/mcp-redis-allowlist'

If you have feedback or need assistance with the MCP directory API, please join our Discord server