@infoinlet/mcp-redis
v0.1.1
Published
Read-only Redis access for AI agents — get/scan/inspect keys, hashes, lists, sets, sorted sets, streams; server INFO/health. Read-only command allowlist (writes blocked unless explicitly enabled). MCP server.
Downloads
243
Readme
@infoinlet/mcp-redis
Read-only Redis access for AI agents — fetch and inspect keys (string/hash/list/set/zset/stream), scan by pattern (SCAN, never blocking KEYS), run allowlisted commands, and read server INFO/health. Writes are blocked by a command allowlist unless REDIS_WRITE_ALLOWED=true.
Tools: redis_get · redis_scan · redis_inspect · redis_command (allowlisted) · redis_info.
{ "mcpServers": { "redis": { "command": "npx", "args": ["-y", "@infoinlet/mcp-redis"], "env": { "REDIS_URL": "redis://localhost:6379" } } } }