MCPVault

streams

MCP tool from MCP Redis by redis

tools to add, read, delete, create and destroy consumer groups, and acknowledge processed entries in data streams. Useful for event sourcing, activity feeds, and worker-based event processing with Redis Streams consumer groups.

How to use it

streams is exposed by the MCP Redis MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the streams tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install MCP Redis

$uvx --from git+https://github.com/redis/mcp-redis.git@0.2.0 redis-mcp-server --url redis://localhost:6379/0
FULL MCP REDIS LISTING