redis
Overview
Enables LLMs to interact with Redis key-value databases through a set of standardized tools
Transport
stdio
Tools
Key Capabilities
- Comprehensive Redis data structure support (strings, hashes, lists, sets, sorted sets, JSON)
- Vector search capabilities with hash-based indexing
- Pub/Sub messaging for real-time communication
- Stream operations for time-series and event data
How It Works
The server connects to Redis databases and provides MCP tools for:
- Basic operations: CRUD operations for strings, database management (dbsize, info, client_list)
- Data structures: Full support for hashes, lists, sets, sorted sets, and JSON documents
- Vector search: Create and query vector indexes for AI/ML applications
- Streams & Pub/Sub: Time-series data handling and real-time message publishing/subscription