Redis MCP Server
Quality Score
74
/100
Natural language interface designed for agentic applications to manage and search data in Redis.
§01 Install
Claude Desktop (uvx)
{
"mcpServers": {
"mcp-redis": {
"command": "uvx",
"args": [
"redis-mcp-server"
]
}
}
}Claude Desktop (Docker)
{
"mcpServers": {
"mcp-redis": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"docker.io/mcp/redis:latest"
]
}
}
}§03 MCP Quality Score · methodology
freshness
24
completeness
10
installability
25
documentation
10
stability
5
§04 Alternatives in Databases
ai.haymon/dbmcp
ai.haymon/dbmcp
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
ai.smithery/afgong-sqlite-mcp-server
ai.smithery/afgong-sqlite-mcp-server
Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…