Skip to main content
Glama
AndersHsueh

AX Local Operations MCP Server

by AndersHsueh

file_watch

Monitor files and directories for creation, deletion, and modification events. Supports recursive monitoring with depth limits to track changes in real-time.

Instructions

文件监控:监控文件或目录的创建、删除、修改事件。支持递归监控和深度限制。

示例:监控目录变化 { "path": "src", "events": "create,delete,modify", "duration": 60 } 示例:递归监控 { "path": "project", "events": "modify", "recursive": true, "max_depth": 3 }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes文件或目录的绝对路径,或相对于 working_directory 的相对路径
eventsNo监控的事件类型,可选值:create(创建)、delete(删除)、modify(修改),逗号分隔
durationNo监控持续时间(秒),0表示持续监控直到手动停止
recursiveNo是否递归处理子目录
max_depthNo最大递归深度,0表示不递归,默认8
output_formatNo输出格式:text(纯文本)、json(结构化JSON)、both(两者兼有)

Latest Blog Posts

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/AndersHsueh/Ax-LocalTools-MCP'

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