mcp-server-qdrant

Official

qdrant-find-memories

Look up memories in Qdrant. Use this tool when you need to:

  • Find memories by their content
  • Access memories for further analysis
  • Get some personal information about the user

Input Schema

NameRequiredDescriptionDefault
queryYesThe query to search for

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The query to search for", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools