Redis
OfficialFeatured
🗄️ Data & Files
Official Redis MCP server providing a natural language interface for AI agents to manage and search data. Supports all Redis data structures including strings, hashes, lists, sets, sorted sets, streams, JSON documents, and vector search.
Tags
Tools (31)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"redis": {
"command": "uvx",
"args": [
"redis-mcp-server"
],
"env": {
"REDIS_HOST": "your-redis-host-here",
"REDIS_PORT": "your-redis-port-here",
"REDIS_PWD": "your-redis-pwd-here",
"REDIS_SSL": "your-redis-ssl-here"
}
}
}
}