Qdrant for your agents.
Connect Qdrant once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 14 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Qdrant.
What agents can do with Qdrant
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
qdrant_get_collectionsList all collections in the Qdrant instance.
qdrant_get_collectionGet detailed information about a specific collection.
qdrant_search_pointsSearch for nearest neighbors in a collection. Provide a vector or filter.
qdrant_get_cluster_infoGet cluster status and peer information.
qdrant_get_alias_listList all aliases for collections.
qdrant_create_collectionCreate a new collection with a name and vector configuration.
qdrant_delete_collectionDelete a collection and all its points.
qdrant_update_collectionUpdate collection parameters (optimizers, hnsw config, etc.).
qdrant_upsert_pointsInsert or update points in a collection.
qdrant_scroll_pointsScroll/iterate over points in a collection with optional filter and sorting.
qdrant_delete_pointsDelete points from a collection by filter or by point ids.
qdrant_get_pointGet a single point by its id.
qdrant_count_pointsCount points in a collection, optionally filtered.
qdrant_create_aliasCreate an alias for a collection.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to Qdrant Cloud, go to API Keys from the sidebar.
- Click 'Create API Key', name it, and copy the key.
- Enter your Qdrant cluster URL (e.g. https://xxx-xxx.cloud.qdrant.io).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Qdrant to Even: call connect_begin("qdrant") on the even-connect MCP and walk me through it.
List vector collections in Qdrant and perform similarity searches with filters.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.