Skip to main content
Glama

Xcode MCP Server

by PolarVista

set_project_path

Specify the path to an .xcodeproj directory to set the active Xcode project, enabling streamlined project management and execution through the Xcode MCP Server.

Instructions

Sets the active Xcode project by specifying the path to its .xcodeproj directory.

Input Schema

NameRequiredDescriptionDefault
projectPathYesPath to the .xcodeproj directory for the desired project.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectPath": { "description": "Path to the .xcodeproj directory for the desired project.", "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/PolarVista/Xcode-mcp-server'

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