Skip to main content
Glama

Xcode MCP Server

by ebowwa

xcode_read_file

Access and retrieve file contents from a specified path within Xcode projects, enabling direct file reading for iOS/macOS development workflows.

Instructions

Read contents of a file

Input Schema

NameRequiredDescriptionDefault
file_pathYesPath to the file to read

Input Schema (JSON Schema)

{ "properties": { "file_path": { "description": "Path to the file to read", "type": "string" } }, "required": [ "file_path" ], "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/ebowwa/xcode-mcp'

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