Skip to main content
Glama

Xcode MCP Server

by ebowwa

xcode_list_workspace_schemes

Retrieves all schemes from an Xcode workspace by specifying the .xcworkspace file path, enabling efficient project management and configuration.

Instructions

List schemes in an Xcode workspace

Input Schema

NameRequiredDescriptionDefault
workspace_pathYesPath to .xcworkspace file

Input Schema (JSON Schema)

{ "properties": { "workspace_path": { "description": "Path to .xcworkspace file", "type": "string" } }, "required": [ "workspace_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