# sveinbjornt/Sloth | Model Context Protocol (MCP) Server > Mac app that shows all open files, directories, sockets, pipes and devices in use by all running processes. Nice GUI for lsof. - **Stars**: ⭐ 8,892 - **Language**: Objective-C - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Sloth": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Sloth" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Sloth": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Sloth" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Sloth` - **Docker**: `docker run -i --rm mcp/Sloth`