Skip to main content
Glama

Xcode MCP Server

by ebowwa

xcode_archive_project

Generate an archive for iOS/macOS projects by specifying the project path, scheme, and output archive path. Simplifies distribution preparation with direct Xcode integration.

Instructions

Create an archive for distribution

Input Schema

NameRequiredDescriptionDefault
archive_pathYesOutput path for .xcarchive
project_pathYesPath to .xcodeproj file
schemeYesScheme to archive

Input Schema (JSON Schema)

{ "properties": { "archive_path": { "description": "Output path for .xcarchive", "type": "string" }, "project_path": { "description": "Path to .xcodeproj file", "type": "string" }, "scheme": { "description": "Scheme to archive", "type": "string" } }, "required": [ "project_path", "scheme", "archive_path" ], "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