Skip to main content
Glama

xcode_debug

Initiate debugging sessions for Xcode projects by specifying the project path, optional scheme, and build settings. Simplify debugging workflows directly in Xcode.

Instructions

Start debugging session for a specific project

Input Schema

NameRequiredDescriptionDefault
schemeNoScheme name (optional)
skip_buildingNoWhether to skip building
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": { "scheme": { "description": "Scheme name (optional)", "type": "string" }, "skip_building": { "description": "Whether to skip building", "type": "boolean" }, "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" ], "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