Skip to main content
Glama

Xcode MCP Server

by PolarVista

list_project_files

Retrieve all files in an Xcode project by specifying the project path. Optionally filter by file type to streamline file management and organization within Xcode projects.

Instructions

Lists all files within an Xcode project.

Input Schema

NameRequiredDescriptionDefault
fileTypeNoOptional file extension filter.
projectPathYesPath to the .xcodeproj directory of the project.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fileType": { "description": "Optional file extension filter.", "type": "string" }, "projectPath": { "description": "Path to the .xcodeproj directory of the 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