Skip to main content
Glama

Xcode MCP Server

by PolarVista

build_project

Compile the active Xcode project using a specified configuration and scheme. Facilitates building projects directly through the Xcode MCP Server for streamlined development workflows.

Instructions

Builds the active Xcode project using the specified configuration and scheme.

Input Schema

NameRequiredDescriptionDefault
configurationYesBuild configuration to use (e.g., 'Debug' or 'Release').
schemeYesName of the build scheme to be built. Must be one of the schemes available in the project.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "configuration": { "description": "Build configuration to use (e.g., 'Debug' or 'Release').", "type": "string" }, "scheme": { "description": "Name of the build scheme to be built. Must be one of the schemes available in the project.", "type": "string" } }, "required": [ "configuration", "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/PolarVista/Xcode-mcp-server'

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