🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@infoinlet/mcp-qdrant

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infoinlet/mcp-qdrant

Read-only Qdrant (vector DB) access for AI agents — list collections, collection info/config, browse points, count, vector search, health. No mutations. MCP server.

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@infoinlet/mcp-qdrant

Read-only Qdrant (vector database) access for AI agents — list collections, inspect a collection's config + point count, browse points, count with filters, run vector search, and a health check. No mutating operations are exposed; collection names are path-injection guarded.

Tools: qdrant_list_collections · qdrant_collection_info · qdrant_scroll · qdrant_count · qdrant_search · qdrant_health.

{ "mcpServers": { "qdrant": { "command": "npx", "args": ["-y", "@infoinlet/mcp-qdrant"], "env": { "QDRANT_URL": "http://localhost:6333", "QDRANT_API_KEY": "" } } } }

FAQs

Package last updated on 29 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts