Sloth

GitHub

Mac app that shows all open files, directories, sockets, pipes and devices in use by all running processes. Nice GUI for lsof.

RAW Config

Claude Desktop Configuration

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

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