mcp-redis
Natural language interface designed for agentic applications to manage and search data in Redis.
The Redis MCP Server is designed to facilitate efficient data management and retrieval through a natural language interface. It allows users to interact with both structured and unstructured data in Redis, making it easier to integrate AI-driven workflows into applications. With this server, users can perform tasks such as storing conversations in streams and querying data using simple language commands. By integrating seamlessly with MCP (Model Content Protocol) clients, the Redis MCP Server enhances the capabilities of applications, enabling them to leverage the power of Redis for data storage and retrieval. This makes it an ideal solution for agentic applications that require a user-friendly interface for complex data interactions.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-redis": {
"args": [
"redis-mcp-server"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions