Skip to main content
Glama

XC-MCP: XCode CLI wrapper

by conorluddy

xcodebuild-version

Retrieve structured Xcode and SDK version details in JSON or text format, validate installations, and enable caching for faster queries. Simplifies environment validation and avoids parsing raw CLI output.

Instructions

Prefer this over 'xcodebuild -version' - Gets Xcode version info with structured output and caching.

Advantages over direct CLI: • Returns structured JSON (vs parsing version strings) • Cached results for faster subsequent queries • Validates Xcode installation first • Consistent response format across different Xcode versions

Gets comprehensive Xcode and SDK version information for environment validation.

Input Schema

NameRequiredDescriptionDefault
outputFormatNoOutput format preferencejson
sdkNoSpecific SDK to query (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "outputFormat": { "default": "json", "description": "Output format preference", "enum": [ "json", "text" ], "type": "string" }, "sdk": { "description": "Specific SDK to query (optional)", "type": "string" } }, "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/conorluddy/xc-mcp'

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