server.json•2.2 kB
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
"name": "com.xcodebuildmcp/XcodeBuildMCP",
"description": "XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.",
"status": "active",
"repository": {
"url": "https://github.com/cameroncooke/XcodeBuildMCP",
"source": "github",
"id": "945551361"
},
"version": "1.14.1",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "xcodebuildmcp",
"version": "1.14.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": "XCODEBUILDMCP_DYNAMIC_TOOLS",
"description": "Enable AI-powered dynamic tool discovery to load only relevant workflows.",
"format": "boolean",
"default": "false",
"choices": [
"true",
"false"
]
},
{
"name": "XCODEBUILDMCP_ENABLED_WORKFLOWS",
"description": "Comma-separated list of workflows to load in Static Mode (e.g., 'simulator,device,project-discovery').",
"format": "string",
"default": ""
},
{
"name": "XCODEBUILDMCP_SENTRY_DISABLED",
"description": "Disable Sentry error reporting (preferred flag).",
"format": "boolean",
"default": "false",
"choices": [
"true",
"false"
]
},
{
"name": "XCODEBUILDMCP_DEBUG",
"description": "Enable verbose debug logging from the server.",
"format": "boolean",
"default": "false",
"choices": [
"true",
"false"
]
}
]
}
]
}