~/CLIRank
MCP ServerVerified

Redis MCP Server

Read and write Redis keys, manage data structures, and run commands.

Install
claude mcp add redis -- npx -y @modelcontextprotocol/server-redis redis://localhost:6379

About

Connect Claude Code to any Redis instance. Get and set keys, manage lists, sets, hashes, and sorted sets, run arbitrary Redis commands, and inspect key metadata. Part of the official MCP servers collection. Useful for debugging cache issues, managing session data, and working with Redis-backed queues.

Tags

rediscachedatabasekey-value

Score Breakdown

CLI Score Breakdown8/11
Official SDK on npm/pip+2
Env var authentication (no browser OAuth)+2
Works in headless/CI environments+2
CLI tool available0
JSON response for piping/parsing+1
Docs have curl/CLI examples+1
Reasonable rate limits for scripted use0
Machine-readable pricing (md/JSON/static)0
Quality Score Breakdown
npm weekly downloads5.0k
GitHub stars83k
Days since last release16d
Issue close ratio76%
TypeScript typesYes
Docs qualitygood
Breaking changesrare

Scores

CLI
8
Quality
7
AuthorAnthropic
Weekly installs5,000
Last updated3/15/2026

Related

MCP ServerVerified~140ms - Moderate
15k/wk

Supabase MCP Server

Manage Supabase projects, databases, auth, and storage from Claude Code.

CLI
8
Quality
8
claude mcp add supabase -- npx -y @supabase/mcp-server-supabase
MCP ServerVerified
17k/wk

PostgreSQL MCP Server

Query PostgreSQL databases, inspect schemas, and run migrations.

CLI
9
Quality
8
claude mcp add postgres -- npx -y @modelcontextprotocol/server-postgres postgresql://localhost:5432/mydb
MCP ServerVerified
12k/wk

SQLite MCP Server

Read and write SQLite databases with full SQL support.

CLI
8
Quality
8
claude mcp add sqlite -- npx -y @modelcontextprotocol/server-sqlite /path/to/database.db