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