Redis MCP Server
Interface UIpar redis
Official natural language interface for Redis, enabling AI agents to manage and search structured and unstructured data efficiently.
What it does
The Redis MCP Server provides a powerful natural language bridge to Redis databases. It allows AI agents to perform complex data operations—from simple key-value storage to advanced vector searches and stream management—using plain English instructions.
Tools
stringtools: Get and set strings with expiration for caching and session management.hashtools: Store field-value pairs, ideal for user profiles or vector embeddings.listtools: Manage queues and activity feeds via append and pop operations.settools: Track unique values and perform set intersections.sorted settools: Maintain leaderboards and priority queues.streamstools: Handle event sourcing and worker-based processing.JSONtools: Manipulate complex nested documents with path-based access.query engine: Manage vector indexes and perform semantic searches.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"redis": {
"command": "uvx",
"args": [
"--from", "redis-mcp-server@latest",
"redis-mcp-server",
"--url", "redis://localhost:6379/0"
]
}
}
}
Supported hosts
- Claude Desktop
- VS Code Copilot
- Augment
Installation rapide
uvx --from redis-mcp-server@latest redis-mcp-server --url redis://localhost:6379/0Informations
- Tarification
- free
- Publié







