MCP server

Redis
MCPKeys, streams, and a read-first default.
Redis’s official MCP. Point it at an instance. Prefer a user that cannot FLUSHALL.
latest·MIT·Updated this quarter·github.com/redis/mcp-redis·Transport: stdio
Claude CodeDesktop
Scanned
claude_desktop_config.json
{
"mcpServers": {
"redis": {
"command": "npx",
"args": [
"-y",
"@redis/mcp-redis"
],
"env": {
"REDIS_URL": "redis://…"
}
}
}
}By Redis
Spec
What the server actually exposes.
get
readRead a key.
scan
readList keys by pattern.
set
writeWrite a key after you confirm.
Guardrails
- URL in env
- Use an ACL user
- No default FLUSH
redis-mcp.mcp/tools
Tools
- read
get
Read a key.
- read
scan
List keys by pattern.
- write
set
Write a key after you confirm.
Last call
{ "ok": true,
"tool": "get",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
