Redis
Read + write to a Redis instance — strings, hashes, lists, sets, sorted sets.
85,593 stars 10,674 forks Last commit 1d ago Language TypeScript License MIT
Install
npm install -g @modelcontextprotocol/server-redis Claude Desktop / Cursor config
Drop into your claude_desktop_config.json or Cursor MCP settings. Replace the ${…} placeholders with your own values.
{
"mcpServers": {
"redis": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-redis", "redis://localhost:6379"]
}
}
} About
Full Redis client as MCP tools. Useful for cache inspection, queue management, and quick K/V scratchpads during a session.
Discussion (0)
Sign in to comment →No comments yet. Sign in to start the discussion.