Skip to main content
Glama

Xcode MCP Server

by devyhan

xcode-project-info

Extract and analyze key details from an Xcode project or workspace to support iOS project management, building, testing, and deployment tasks within the Xcode MCP Server.

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