Back to Apps

Redis MCP Server
Supports UIby redis
Official natural language interface for Redis, enabling AI agents to manage and search structured and unstructured data efficiently.
0 stars
Works in:VS Code Copilot
Exposes:Tools
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
Quick install
uvx --from redis-mcp-server@latest redis-mcp-server --url redis://localhost:6379/0Information
- Pricing
- free
- Published
- 4/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"redis": {
"command": "uvx",
"args": [
"--from", "redis-mcp-server@latest",
"redis-mcp-server",
"--url", "redis://localhost:6379/0"
]
}
}
}VS Code Copilot
Add to mcp.json: { "type": "stdio", "command": "uvx", "args": ["--from", "redis-mcp-server@latest", "redis-mcp-server", "--url", "redis://localhost:6379/0"] }





