Skip to main content
Glama

MCP Xcode

by Stefan-Nitu

get_build_settings

Retrieve build settings for a specific scheme in an Xcode project by providing the project path, scheme, configuration, and target platform. Simplify development workflows with precise control over project configurations.

Instructions

Get build settings for a specific scheme in an Xcode project

Input Schema

NameRequiredDescriptionDefault
configurationNoBuild configuration (Debug/Release)
platformNoTarget platform (iOS, macOS, tvOS, watchOS, visionOS)
projectPathYesPath to the Xcode project or workspace
schemeYesXcode scheme to get settings for

Input Schema (JSON Schema)

{ "properties": { "configuration": { "description": "Build configuration (Debug/Release)", "enum": [ "Debug", "Release" ], "type": "string" }, "platform": { "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", "type": "string" }, "scheme": { "description": "Xcode scheme to get settings for", "type": "string" } }, "required": [ "projectPath", "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/Stefan-Nitu/mcp-xcode'

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