Data & APIs
Redis MCP
Redis’s official MCP server exposes Redis data structures and operations to agents. Connect with a Redis URL (including TLS/rediss) and let assistants inspect keys, run commands, and work with agent memory patterns.
Stars
545
Installs
42.0k
License
MIT
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 545 · catalog
- Freshness: Updated 2026-05-01
- Used in 2 known stacks
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
Reference command
{
"mcpServers": {
"redis": {
"command": "uvx",
"args": [
"--from",
"redis-mcp-server@latest",
"redis-mcp-server",
"--url",
"redis://localhost:6379/0"
]
}
}
}