xcode-janitor-mcp
Verified Safeby 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
xcode-janitor-mcpSecurity 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
code-index-mcp
Intelligent code indexing and analysis for Large Language Models, enabling tasks such as code review, refactoring, documentation generation, debugging assistance, and architectural analysis.
CodeMCP
Provides deep code intelligence (symbol navigation, impact analysis, architecture maps, ownership, risk assessment) to AI assistants, CLI, and HTTP API.
xc-mcp
Provides an intelligent MCP server for Xcode and iOS simulator workflows, optimized for AI agents to automate iOS development and testing tasks efficiently.
visual-tree-explorer
An MCP server for efficient codebase exploration, providing file tree visualization, symbol extraction, and dependency analysis in a single tool call.