file_watch
Watch a file or directory for real-time changes using kernel-level file system events. Captures creates, writes, deletes, and renames instantly.
Instructions
Watch a file or directory for changes using kernel-level FS events (FSEvents on macOS, inotify on Linux). Captures creates, writes, deletes, renames in real time. A background MCP process can do this — Claude in a chat window never could.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File or directory to watch | |
| seconds | No | How long to watch in seconds (default 10, max 60) |