🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@infoinlet/mcp-redis

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infoinlet/mcp-redis

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.

latest
npmnpm
Version
0.1.1
Version published
Weekly downloads
29
-3.33%
Maintainers
1
Weekly downloads
 
Created
Source

@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" } } } }

FAQs

Package last updated on 29 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts