Skip to main content
Glama

MCP Xcode

by Stefan-Nitu

get_project_info

Retrieve detailed Xcode project data including name, schemes, targets, and configurations by specifying the project path. Simplify project management and workflow integration for Apple platform development.

Instructions

Get comprehensive information about an Xcode project (name, schemes, targets, configurations)

Input Schema

NameRequiredDescriptionDefault
projectPathYesPath to the Xcode project or workspace

Input Schema (JSON Schema)

{ "properties": { "projectPath": { "description": "Path to the Xcode project or workspace", "type": "string" } }, "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