Interact with Redis for caching and data structures
npx -y @modelcontextprotocol/server-redis
Paste this into your MCP client configuration (Cursor, Windsurf, etc).
Connect to Redis for caching and key-value operations.
npm install @modelcontextprotocol/server-redis
{
"mcpServers": {
"redis": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-redis"],
"env": {
"REDIS_URL": "redis://localhost:6379"
}
}
}
}
get: Get a valueset: Set a valuedel: Delete a keykeys: List keys by patternhget/hset: Hash operationsMCP (Model Context Protocol) servers extend your AI assistant with external tools and data sources. Follow these steps to install Redis MCP Server in your preferred AI coding tool.
claude_desktop_config.jsonConnect Claude to PostgreSQL databases for natural language data querying, schema exploration, and SQL generation.
Connect to Supabase for database queries, auth, and storage operations.
Query and manage SQLite databases for local data storage and analysis.
Access and modify Airtable bases