What Redis operations does this MCP server support?
It supports GET, SET, DEL, KEYS, LPUSH, LRANGE, HSET, HGET, EXPIRE, and more Redis commands.
MCP server enabling AI to connect to Redis databases and execute get, set, delete, and list operations.
Looking for more MCP servers? Browse the full MCP tools directory or explore more tools in Database.
Redis MCP gives AI assistants read access to Redis instances, enabling inspection of keys, values, and data structures during development and debugging. It is most useful when Redis is used as a cache, session store, or message queue and developers need to verify data state without switching to a Redis client. Like all database-connected MCP tools, access should be carefully scoped; connecting to a production Redis instance without read-only restrictions is a significant risk.
Redis MCP Server is an official reference server from the Model Context Protocol team with 150K+ installs, enabling AI assistants to connect to Redis databases and perform key-value operations including GET, SET, DEL, LPUSH, HSET, and pattern-based key scanning. It is useful for cache inspection, debugging, and data management workflows.
The teams and workflows that benefit most from this tool.
Backend developers who use Redis and want to inspect cache state or session data from the AI client.
Debugging Redis-backed features by reading keys and values without switching to a separate Redis client.
Verifying queue state, rate limiting data, or session storage during active development.
Choose Redis MCP Server when your workflow depends on inspecting or querying structured data directly from an MCP-compatible AI assistant.
Good fit
Things to watch before choosing this tool.
Should never be connected to production Redis without strict read-only access controls.
Less useful for teams that do not use Redis as a core part of their stack.
Does not replace dedicated Redis management or monitoring tools.
Use the following configuration as a starting point for Claude Desktop or any compatible MCP client, then replace placeholder credentials with your own values.
{"mcpServers":{"redis":{"command":"npx","args":["-y","@modelcontextprotocol/server-redis","redis://localhost:6379"]}}}These setup steps cover the typical installation flow for this MCP server.
Ensure you have a Redis instance running locally or remotely
Add the config JSON with your Redis URL to claude_desktop_config.json
Restart Claude Desktop
Ask Claude to get a key value, scan keys by pattern, or set a new key
Supported environments for Redis MCP Server.
Claude Desktop
Yes
Cursor
Yes
VS Code
No
Development-focused. Always use read-only credentials and never connect to production without explicit safeguards.
Common questions for Redis MCP Server.
It supports GET, SET, DEL, KEYS, LPUSH, LRANGE, HSET, HGET, EXPIRE, and more Redis commands.
Yes. You can configure it with any Redis URL including cloud-hosted Redis instances.
Yes. It is maintained by the Model Context Protocol official team.
Yes. Claude can scan keys, inspect values, and check TTLs to debug caching issues.
Basic cluster support is available depending on your Redis client configuration.