{"openapi":"3.1.0","info":{"title":"Qdrant MCP Server","description":"Qdrant MCP 서버로 오픈소스 벡터 검색 엔진을 관리합니다. Rust 기반 고성능 벡터 유사도 검색, 필터링된 검색, 멀티텐시 지원으로 대규모 AI 애플리케이션의 벡터 저장소를 구축합니다.","version":"1.0.0","x-fusepie-id":"mcp-qdrant","x-fusepie-category":"ai","x-fusepie-provider":"Qdrant"},"servers":[{"url":"@anthropic/mcp-qdrant","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_qdrant","summary":"Qdrant MCP Server","description":"Qdrant MCP 서버로 오픈소스 벡터 검색 엔진을 관리합니다. Rust 기반 고성능 벡터 유사도 검색, 필터링된 검색, 멀티텐시 지원으로 대규모 AI 애플리케이션의 벡터 저장소를 구축합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"mcp-qdrant":{"command":"npx","args":["-y","@fusepie/mcp-mcp-qdrant"],"env":{"API_KEY":""}}}}}