Skip to main content
Glama

xcode_run

Execute a specified Xcode project and scheme with optional command-line arguments to automate builds and streamline development workflows in Xcode.

Instructions

Run a specific project with the specified scheme

Input Schema

NameRequiredDescriptionDefault
command_line_argumentsNoAdditional command line arguments
schemeYesName of the scheme to run
xcodeprojYesPath to the .xcodeproj file (or .xcworkspace if available) - supports both absolute (/path/to/project.xcodeproj) and relative (MyApp.xcodeproj) paths

Input Schema (JSON Schema)

{ "properties": { "command_line_arguments": { "description": "Additional command line arguments", "items": { "type": "string" }, "type": "array" }, "scheme": { "description": "Name of the scheme to run", "type": "string" }, "xcodeproj": { "description": "Path to the .xcodeproj file (or .xcworkspace if available) - supports both absolute (/path/to/project.xcodeproj) and relative (MyApp.xcodeproj) paths", "type": "string" } }, "required": [ "xcodeproj", "scheme" ], "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