Skip to main content
Glama

Xcode MCP Server

by devyhan

xcode-list-schemes

Retrieve all available build schemes from an Xcode project or workspace by specifying its path, enabling efficient project configuration and management.

Input Schema

NameRequiredDescriptionDefault
projectPathYesXcode 프로젝트 또는 워크스페이스 경로

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectPath": { "description": "Xcode 프로젝트 또는 워크스페이스 경로", "type": "string" } }, "required": [ "projectPath" ], "type": "object" }

Other Tools from Xcode MCP Server

Related Tools

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/devyhan/xcode-mcp'

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