watchman

GitHub

Watches files and records, or triggers actions, when they change.

13,620 stars C++
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "watchman": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-watchman"
      ]
    }
  }
}