manageVector
Manage vector embeddings for Cursor10x MCP by performing store, search, update, and delete operations to enhance AI memory retention and recall.
Instructions
Unified tool for managing vector embeddings with operations for store, search, update, and delete
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contentId | No | ID of the content this vector represents (for store, update, delete) | |
contentType | No | Type of content (message, file, snippet, etc.) | |
limit | No | Maximum number of results for search operation | |
metadata | No | Additional info about the vector (optional) | |
operation | Yes | Operation to perform (store, search, update, delete) | |
threshold | No | Similarity threshold for search operation | |
vector | No | Vector data as array of numbers (for store, update) or query vector (for search) | |
vectorId | No | ID of the vector to update or delete |