Skip to main content
Glama

xcode_open_file

Open and navigate to specific files in Xcode using an absolute file path and optional line number to streamline development and debugging workflows.

Instructions

Open a file in Xcode

Input Schema

NameRequiredDescriptionDefault
filePathYesAbsolute path to the file to open
lineNumberNoOptional line number to navigate to

Input Schema (JSON Schema)

{ "properties": { "filePath": { "description": "Absolute path to the file to open", "type": "string" }, "lineNumber": { "description": "Optional line number to navigate to", "type": "number" } }, "required": [ "filePath" ], "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/lapfelix/XcodeMCP'

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