Skip to main content
Glama

Cursor10x MCP

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aurda012/cursor10x-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server