Skip to main content
Glama

Xcode MCP Server

by PolarVista

set_projects_base_dir

Configure the base directory for Xcode projects to define the storage location for AI-assisted builds and tests managed through the Xcode MCP Server interface.

Instructions

Sets the base directory where your Xcode projects are stored.

Input Schema

NameRequiredDescriptionDefault
baseDirYesAbsolute path to the directory containing your Xcode projects.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "baseDir": { "description": "Absolute path to the directory containing your Xcode projects.", "type": "string" } }, "required": [ "baseDir" ], "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