Overview of Redis MCP Server
mainThe Redis MCP Server provides a natural language interface for agentic applications to manage and search data in Redis. It integrates with MCP (Model Content Protocol) clients, allowing AI agents to perform complex Redis operations using natural language commands.
Key capabilities include:
- Natural Language Queries: Agents can issue commands like "Store the entire conversation in a stream" or "Cache this item".
- Full Redis Support: Handles hashes, lists, sets, sorted sets, streams, and more.
- Search & Filtering: Supports efficient data retrieval and vector search.
- Transport Support: Currently supports the
stdiotransport. Support forstremable-httpis planned for the future.