Loading languages...
RE

redis/mcp-redis

@redis310

The official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently

Redis
database
data management
natural language interface
AI agents

# mcpServer Config

{
  "mcpServers": {
    "redis-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/redis/mcp-redis.git",
        "redis-mcp-server",
        "--url",
        "redis://localhost:6379/0"
      ]
    }
  }
}

# stdio

uvx --from git+https://github.com/redis/mcp-redis.git redis-mcp-server --url redis://localhost:6379/0
Transport:
stdio
Language:
Python
Created:4/2/2025
Updated:11/2/2025