Skip to main content
Glama

MCP Xcode

by Stefan-Nitu

clean_build

Remove build artifacts, DerivedData, or test results from Xcode projects to free up space and ensure clean builds. Configure targets like build, derivedData, testResults, or all for precise cleaning.

Instructions

Clean build artifacts, DerivedData, or test results

Input Schema

NameRequiredDescriptionDefault
cleanTargetNoWhat to clean: build (xcodebuild clean), derivedData, testResults, or allbuild
configurationNoBuild configuration (Debug/Release)Debug
derivedDataPathNoPath to DerivedData folder./DerivedData
platformNoTarget platform (iOS, macOS, tvOS, watchOS, visionOS)iOS
projectPathNoPath to the Xcode project or workspace (optional for DerivedData-only cleaning)
schemeNoXcode scheme (optional)

Input Schema (JSON Schema)

{ "properties": { "cleanTarget": { "default": "build", "description": "What to clean: build (xcodebuild clean), derivedData, testResults, or all", "enum": [ "build", "derivedData", "testResults", "all" ], "type": "string" }, "configuration": { "default": "Debug", "description": "Build configuration (Debug/Release)", "enum": [ "Debug", "Release" ], "type": "string" }, "derivedDataPath": { "default": "./DerivedData", "description": "Path to DerivedData folder", "type": "string" }, "platform": { "default": "iOS", "description": "Target platform (iOS, macOS, tvOS, watchOS, visionOS)", "enum": [ "iOS", "macOS", "tvOS", "watchOS", "visionOS" ], "type": "string" }, "projectPath": { "description": "Path to the Xcode project or workspace (optional for DerivedData-only cleaning)", "type": "string" }, "scheme": { "description": "Xcode scheme (optional)", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Stefan-Nitu/mcp-xcode'

If you have feedback or need assistance with the MCP directory API, please join our Discord server