Skip to main content
Glama

Xcode MCP Server

by ebowwa

xcode_show_build_settings

Retrieve and display build settings for an Xcode project and scheme by specifying the project path and scheme name. Integrates with Xcode MCP Server for direct programmatic access.

Instructions

Show build settings for a project/scheme

Input Schema

NameRequiredDescriptionDefault
project_pathYesPath to .xcodeproj file
schemeYesScheme name

Input Schema (JSON Schema)

{ "properties": { "project_path": { "description": "Path to .xcodeproj file", "type": "string" }, "scheme": { "description": "Scheme name", "type": "string" } }, "required": [ "project_path", "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/ebowwa/xcode-mcp'

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