Skip to main content
Glama

MCP Xcode

by Stefan-Nitu

list_schemes

List all Xcode project or workspace schemes, including shared ones, with a specified path. Simplify development by identifying available schemes for building, testing, or running Apple platform projects efficiently.

Instructions

List all available schemes in an Xcode project or workspace

Input Schema

NameRequiredDescriptionDefault
projectPathYesPath to the Xcode project or workspace
sharedNoInclude shared schemes (default: true)

Input Schema (JSON Schema)

{ "properties": { "projectPath": { "description": "Path to the Xcode project or workspace", "type": "string" }, "shared": { "default": true, "description": "Include shared schemes (default: true)", "type": "boolean" } }, "required": [ "projectPath" ], "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