How to Use the Redis Vector MCP in Claude
Run KNN similarity searches and manage your Redis Vector indexes directly from your Claude Desktop chat.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Redis Vector MCP to Claude Desktop
Create your Vinkius account to connect Redis Vector to Claude Desktop — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Query Redis Vector indexes directly inside Claude Desktop.
The `search_vectors` tool lets Claude Desktop execute K-nearest neighbor (KNN) similarity searches directly against your running Redis instance. When you paste raw text or ask a question in the chat, Claude converts your query into a float array to pull relevant document keys from your RediSearch index. You do not need to write custom Python scripts or open a separate terminal to query your Redis database from Claude Desktop. Instead, the desktop app calls this MCP Server via local stdio, pulling vector matches right into your active chat window so you can inspect raw float weights.
Build and inspect schemas without leaving the chat.
The `create_vector_index` tool lets your desktop agent configure new RediSearch schemas by specifying the exact index name and dimensions directly from your Claude Desktop prompt. This means you can spin up a new index for 1536-dimension OpenAI embeddings or 384-dimension local embeddings by just telling Claude what you need. If you need to check the configuration, Claude Desktop runs `get_index_info` or `list_indexes` to display the active vector fields and distance metrics. You see the exact layout of your Redis database directly in your Claude Desktop chat sidebar.
Edit and delete vector documents on the fly.
The `upsert_vector` tool writes your float arrays and document keys directly into Redis hashes through the Claude Desktop interface. When your desktop agent refines an embedding, it pushes the updated array immediately, keeping your Redis vector database in sync with your conversation. If a document becomes obsolete, telling Claude to purge it triggers `delete_vector` to wipe the hash from your Redis instance. This gives you absolute control over your Redis data store without leaving the Claude Desktop app.
Set up Redis Vector MCP in Claude Web or Desktop
- 1
Open Claude Settings
Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.
- 2
Add Custom Connector
Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:
https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcpReplace[YOUR_TOKEN_HERE]with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials. - 3
Start a conversation
Open a new chat. The Redis Vector MCP tools are available immediately — no restart needed.
Endpoint URL
https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp No configuration file needed — paste the URL directly in the Claude web interface.
Available on Free (1 connector), Pro, Max, Team, and Enterprise plans.
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 Desktop
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.