Skip to content
Vinkius

Qdrant Connector for AI agents.

7 live capabilities

Query vector embeddings and manage collections in your RAG pipeline.

Live agent request Qdrant / Connector

Waiting for input…

AI Agent

Why people use Qdrant

Qdrant Vector Database Management

This Connector lets your AI agent do that work for you. You can just ask it to show you the payload for a specific ID or list every collection in your cluster. It turns a multi-step manual audit into a single conversation.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • Visual Studio Code
  • Windsurf

What Vinkius changes

You get direct, conversational access to your vector database's internal data and operations.

Use it from Claude, ChatGPT, Cursor or another AI client you already have.

One account · 5,900+ Connectors

  1. Real-world use case 01

    RAG Pipeline Debugging

    An engineer asks the agent to scroll through the 'docs' collection to see if the metadata is correctly attached to the vectors.

  2. Real-world use case 02

    Data Cleanup

    A developer tells the agent to delete all points in a 'test_batch' collection to clear space for a new run.

  3. Real-world use case 03

    Cluster Audit

    A data scientist asks the agent to list all collections to check which ones are using Cosine versus Dot product.

Complete set · 7capabilities

The complete Qdrant capability set.

These are the exact actions your AI can choose when you ask it to work with Qdrant.

Capability set01 / 02

01—04

4 capabilities in this set.

Part of 7 available through Qdrant.

  1. 01 Capability

    Get collection

    Retrieves detailed information about a specific collection. Use it to check distance metrics and point counts.

  2. 02 Capability

    Search

    Performs a nearest neighbor vector search using a JSON array of floats. It lets your agent find the most relevant data points.

  3. 03 Capability

    Get points

    Retrieves specific points by their unique IDs. This is useful for checking if a particular record was saved correctly.

  4. 04 Capability

    Scroll

    Returns points with their payloads for pagination. Use it to browse through large datasets without loading everything at once.

Capability set02 / 02

05—07

3 capabilities in this set.

Part of 7 available through Qdrant.

  1. 05 Capability

    Count

    Counts the total number of points in a specific collection. It gives you a quick way to verify your indexing numbers.

  2. 06 Capability

    List collections

    Lists all collections in your Qdrant instance. It helps you see every vector set in your cluster at once.

  3. 07 Capability

    Delete

    Deletes specific points from a collection permanently. Use it to remove old or incorrect data from your vector space.

Set up in minutes

One URL. Then ask Qdrant to work.

Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Qdrant from the conversation.

Choose your client

Live preview
Advanced clients IDE · CLI

Claude · Web + desktop

Official guide ↗

Connector URL · ready to paste

Streamable HTTP
https://edge.vinkius.com/vk_preview_q8RmctE5Ixu7FdouvzysiVBMHUlpWlDBAdtwVmus/mcp
  1. Step 01

    Open Connectors

    In Claude Web or Claude Desktop, open Settings and choose Connectors.

  2. Step 02

    Add the URL

    Choose Add custom connector, name it Qdrant, and paste the URL above.

  3. Step 03

    Turn it on in chat

    Select +, open Connectors, and enable Qdrant for the conversation.

Where the request belongs

Work Qdrant can move forward.

Built around the request

This is for the engineer who's tired of context-switching between a database console and their IDE. It's for anyone building RAG systems who needs to see what's actually happening inside their vector space.

01

AI & ML Engineer

Debugging RAG pipelines by inspecting embeddings and verifying similarity search results in real time.

02

Data Scientist

Testing distance parameters on live indices without needing to launch a Jupyter Notebook.

03

Backend Developer

Managing vector cluster configurations and clearing out bad datasets efficiently from the console.

Bring your own AI

Change the model, client or framework. Keep Qdrant connected.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • VS Code
  • Windsurf
  • ZCode
  • Cline
  • Zed
  • Continue
  • Kiro
  • Roo Code
  • Zencoder
  • Goose
  • Void
  • Augment Code
  • Amp
  • Qodo
  • Tabnine
  • Pieces
  • Sourcegraph Cody
  • JetBrains
  • Warp
  • Amazon Q
  • Antigravity
  • BoltAI
  • Raycast
  • Jan
  • LM Studio
  • AnythingLLM
  • Open WebUI
  • Msty
  • Cherry Studio
  • LibreChat
  • TypingMind
  • Chorus
  • 5ire
  • n8n
  • LangChain
  • LlamaIndex
  • CrewAI
  • Vercel AI SDK

Before you connect

Questions about Qdrant.

The practical details behind the request, access and result.

Can I use Qdrant MCP to manage my vector data?

Yes, you can list, count, and delete points directly. This allows you to manage your database content through a natural conversation with your AI agent.

How do I use Qdrant MCP for RAG debugging?

You can use it to scroll through payloads and check embedding quality. It helps you verify that your metadata is correctly attached to your vectors during development.

Does Qdrant MCP support similarity searches?

Yes, it can perform nearest neighbor searches using float arrays. This makes it easy to test how your agent retrieves information from your vector space.

Can Qdrant MCP help me clean up my vector database?

You can use the delete capability to remove specific points. This is great for clearing out test data or removing incorrect entries without manual scripts.

Is Qdrant MCP safe for production clusters?

It is a capability for interaction and auditing. While it allows for deletions, you should always be intentional with those commands in a production environment.

How do I connect Qdrant MCP to Claude?

You can connect it by adding your Qdrant Base URL and API Key in the Vinkius setup. Once connected, Claude can query your embeddings directly.

How do I find my Qdrant URL and API Key?

For Qdrant Cloud: Go to the Qdrant Cloud Console, select your cluster to open the Cluster Detail Page. The endpoint will be displayed there (e.g., xyz.us-east4-0.gcp.cloud.qdrant.io), and you can generate Database API Keys underneath it (they start with eyJhb). For Self-hosted: Provide your custom URL and the static custom key you defined in your config.yaml.

Can my AI use this for a RAG architecture directly?

Yes contextually, but practically your agent acts as the database debugger. It can formulate vector arrays to query search_points, retrieving identical payload structures. It's meant for the engineer building the RAG, helping you inspect distances and debug faulty retrieval mechanisms mid-code.

Does it support deleting vectors?

Yes. If an embedding got corrupted or references dropped articles, use the delete capability. Pass the collection name and the list of specific IDs. Qdrant handles the mutation instantly and updates the index without rebuilding.

What if I have millions of points?

Instead of overloading your chat context, instruct your agent to use the count capability to grasp the scale, and the scroll capability with a small limit constraint (e.g., 5-10 records at a time). This paginates large bodies cleanly when analyzing index health.

One connection away

Give your agent a direct line to Qdrant.

Connect Qdrant once. Keep it beside 5,900+ managed Connectors when the next task needs more.

Explore every Connector No credit card required · Free tier available