The MCP server io.github.infoinlet-marketplace/mcp-redis provides a read-only Redis interface for AI agents, exposing keys, hashes, lists, sets, sorted sets, streams, and INFO. It enables agents to query Redis data without write access, supporting read operations only.
🛠️ Key Features
- Read-only Redis endpoint
- Access to keys, hashes, lists, sets, sorted sets, streams
- Exposes Redis INFO for server metrics
- Lightweight, purpose-built for agent data access
🚀 Use Cases
- AI agents querying configuration or state data stored in Redis
- Read-only data ingestion for downstream analytics
- Debugging and monitoring through INFO and key scans
⚡ Developer Benefits
- Clear separation of read operations from write pathways
- Simple integration for agent-driven workflows
- Consistent data access pattern across Redis data types
⚠️ Limitations
- Read-only interface; no write or update capabilities
- Limited to Redis data exposed via the MCP read path
- Potential performance implications for large keyspaces with broad scans