Cursor10x MCP

MIT License
  • Apple
  • Linux

trackActiveFile

Monitors user actions on active files (open, edit, close), logging file paths and optional metadata for enhanced AI memory integration in Cursor10x MCP.

Instructions

Tracks an active file being accessed by the user

Input Schema

NameRequiredDescriptionDefault
actionYesAction performed on the file (open, edit, close, etc.)
filenameYesPath to the file being tracked
metadataNoOptional metadata for the file

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action performed on the file (open, edit, close, etc.)", "type": "string" }, "filename": { "description": "Path to the file being tracked", "type": "string" }, "metadata": { "additionalProperties": true, "description": "Optional metadata for the file", "type": "object" } }, "required": [ "filename", "action" ], "type": "object" }
ID: kp8cg6inwq