manageVector
Perform vector embedding operations like store, search, update, and delete within the Cursor10x Memory System to manage content associations and enable semantic search.
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 |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Cursor10x Memory System
Related Tools
- @amotivv/memory-box-mcp
- @amotivv/memory-box-mcp
- @gannonh/memento-mcp
- @gannonh/memento-mcp
- @doobidoo/mcp-memory-service
- @sizzlebop/context-mcp