Skip to main content
Glama

Xcode MCP Server

by PolarVista

read_file

Access and retrieve file contents within an active Xcode project by specifying the file path. Simplifies file reading for AI-assisted development workflows using the Xcode MCP Server.

Instructions

Reads the contents of a file within the active Xcode project.

Input Schema

NameRequiredDescriptionDefault
filePathYesRelative or absolute path to the file within the active project.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "description": "Relative or absolute path to the file within the active project.", "type": "string" } }, "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/PolarVista/Xcode-mcp-server'

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