Redis MCP Server
Get, set and scan keys.
Read and write keys, inspect TTLs and scan the keyspace. Handy for debugging a cache without opening another terminal.
Install Redis MCP Server
Paste this into your MCP client config — Claude Desktop, Claude Code, Cursor, VS Code and Windsurf all read the same shape — then restart the client.
npx -y @modelcontextprotocol/server-redis redis://localhost:6379Details
- Repository
- https://github.com/modelcontextprotocol/servers
- Homepage
- https://github.com/modelcontextprotocol/servers
- Category
- Database
- Stars
- 1900
- Installs per month
- 17000
- Last checked
Other Database servers
- Supabase MCP Server — Query Postgres, manage tables, call edge functions. Official (Database)
- Postgres MCP Server — Read-only SQL with schema inspection. Official (Database)
- SQLite MCP Server — Query a local SQLite file directly. Official (Database)