Skip to main content
Glama

xcode_build

Build XCode projects or workspaces by specifying the path, scheme, and destination to automate builds directly in Xcode. If scheme or destination is not provided, it defaults to the active settings.

Instructions

Build a specific Xcode project or workspace. If scheme is not provided, builds the currently active scheme. If destination is not provided, uses the currently active destination.

Input Schema

NameRequiredDescriptionDefault
destinationNoBuild destination (optional - uses active destination if not provided)
pathYesAbsolute path to the .xcodeproj or .xcworkspace file to build
schemeNoName of the scheme to build (optional - uses active scheme if not provided)

Input Schema (JSON Schema)

{ "properties": { "destination": { "description": "Build destination (optional - uses active destination if not provided)", "type": "string" }, "path": { "description": "Absolute path to the .xcodeproj or .xcworkspace file to build", "type": "string" }, "scheme": { "description": "Name of the scheme to build (optional - uses active scheme if not provided)", "type": "string" } }, "required": [ "path" ], "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/lapfelix/XcodeMCP'

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