Serverscom.xcodebuildmcp/XcodeBuildMCP
X

com.xcodebuildmcp/XcodeBuildMCP

com.xcodebuildmcp/XcodeBuildMCP · v2.5.1
▦ npm
v2.5.1npm npm: xcodebuildmcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.xcodebuildmcp/XcodeBuildMCP",
  "description": "XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.",
  "repository": {
    "url": "https://github.com/getsentry/XcodeBuildMCP",
    "source": "github",
    "id": "945551361"
  },
  "version": "2.5.1",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "xcodebuildmcp",
      "version": "2.5.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Enable experimental xcodemake incremental builds (true/false or 1/0).",
          "format": "boolean",
          "default": "false",
          "choices": [
            "true",
            "false",
            "1",
            "0"
          ],
          "name": "INCREMENTAL_BUILDS_ENABLED"
        },
        {
          "description": "Comma-separated list of workflows to load at startup (e.g., 'simulator,device,project-discovery').",
          "format": "string",
          "name": "XCODEBUILDMCP_ENABLED_WORKFLOWS"
        },
        {
          "description": "Disable Sentry error reporting (preferred flag).",
          "format": "boolean",
          "default": "false",
          "choices": [
            "true",
            "false"
          ],
          "name": "XCODEBUILDMCP_SENTRY_DISABLED"
        },
        {
          "description": "Enable verbose debug logging from the server.",
          "format": "boolean",
          "default": "false",
          "choices": [
            "true",
            "false"
          ],
          "name": "XCODEBUILDMCP_DEBUG"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}