Skip to main content
Glama

Cursor10x Memory System

trackActiveFile

Monitor and log user interactions with files, such as opening, editing, or closing, to maintain context awareness and enhance workflow efficiency in development environments.

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/sizzlebop/context-mcp'

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