How to Use the Redis Vector MCP in Claude Code
Query and manage your Redis vector indexes directly from the Claude Code terminal.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Redis Vector MCP to Claude Code
Create your Vinkius account to connect Redis Vector to Claude Code — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Command-line index management with this MCP Server
The `list_indexes` tool lists all available RediSearch vector indexes directly in your terminal. Claude Code uses this to audit your database state without forcing you to open a Redis CLI session. This terminal-based discovery allows you to check active indexes during deployment scripts. Claude Code reads the output and pipes it to other CLI utilities if needed.
Automated vector cleanup in CI/CD pipelines
The `delete_vector` tool removes specific vector documents from your Redis instance. Claude Code runs this tool during automated cleanup jobs to purge test data or outdated embeddings. You can trigger this process via cron or terminal commands. Claude Code handles the deletion and verifies the document is gone by checking the index status.
Run similarity search from your Claude Code terminal
The `search_vectors` tool executes KNN similarity searches using raw JSON float arrays. Claude Code runs this tool when you need to quickly test search accuracy from your shell. The terminal client displays the nearest matches instantly. This lets you debug embedding models and distance metrics without writing custom Python testing scripts.
Set up Redis Vector MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeredis-vector-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Redis Vector transactions." It will automatically discover and invoke the available Redis Vector tools.
claude mcp add --transport http redis-vector-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Redis Vector MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Redis Vector MCP today
We host it, we monitor it, we maintain it. You just paste one token.