Skip to main content
Glama

Xcode MCP Server

by r-huijts
# Xcode MCP Server - Example Configuration # Set the base directory where your Xcode projects are stored # This helps the server find and manage your projects # Example: PROJECTS_BASE_DIR=/Users/username/Documents/XcodeProjects PROJECTS_BASE_DIR= # Enable debug logging (true/false) # Setting this to true will output more detailed logs to help with troubleshooting DEBUG=false # Maximum number of files to cache in memory # Increasing this can improve performance but will use more memory # MAX_CACHED_FILES=100 # Server Configuration SERVER_NAME=xcode-server SERVER_VERSION=1.0.0

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/r-huijts/xcode-mcp-server'

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