Skip to main content
Glama

Xcode MCP Server

by devyhan

xcode-codesign-info

Extract code signing information from Xcode projects or workspaces to verify certificate and provisioning profile details for iOS app deployment.

Input Schema

NameRequiredDescriptionDefault
projectPathYesXcode 프로젝트 또는 워크스페이스 경로
targetNo특정 타겟 이름 (선택사항)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectPath": { "description": "Xcode 프로젝트 또는 워크스페이스 경로", "type": "string" }, "target": { "description": "특정 타겟 이름 (선택사항)", "type": "string" } }, "required": [ "projectPath" ], "type": "object" }
Install Server

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