Back to Home
thepearl icon

xcode-janitor-mcp

Verified Safe

by thepearl

Overview

This MCP server cleans up unused image, color, and data assets in Xcode projects by analyzing Swift code and `.xcassets` catalogs, generating interactive HTML reports.

Installation

Run Command
xcode-janitor-mcp

Security Notes

The server primarily operates on local files, reading project assets and Swift code, and performing deletion/backup operations within the specified project path. It uses `StdioTransport` for communication, not direct network listeners, limiting external attack surfaces. File deletion includes an automatic backup feature, mitigating data loss risks. The Homebrew formula's `--disable-sandbox` flag for `swift build` is noted, which is common for CLI tools needing broad file access but means the tool itself isn't sandboxed during execution. No 'eval' or obvious hardcoded secrets were found.

Similar Servers

Stats

Interest Score13
Security Score9
Cost ClassLow
Avg Tokens50
Stars3
Forks0
Last Update2025-12-15

Tags

XcodeAsset CleanupMCP ServerSwiftCode Analysis