MCPVault

set

MCP tool from MCP Redis by redis

tools to add, remove and list set members. Useful for tracking unique values like user IDs or tags, and for performing set operations like intersection.

How to use it

set is exposed by the MCP Redis MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the set 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