xcode-build-optimizer-mcp
xcode-build-optimizer-mcp
一个用于确定性 Xcode 构建时间优化的 MCP 服务器:构建计时分析、DerivedData/module-cache 管理,以及构建速度配置 lint 检查——面向 AI 编码代理(Claude Code、Claude Desktop 和其他 MCP 客户端)。
这特意不是一个构建/测试/模拟器编排工具——请将其与 XcodeBuildMCP 或任何其他构建运行器一起使用。
安装
npx xcode-build-optimizer-mcp添加到你的 MCP 客户端配置中(例如 Claude Code ~/.claude.json 或 Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"xcode-build-optimizer": {
"command": "npx",
"args": ["xcode-build-optimizer-mcp"]
}
}
}Related MCP server: xcsift-mcp
工具
工具 | 用途 |
| 运行一次插桩的 |
| 针对 |
| DerivedData/module-cache 大小、陈旧程度和臃肿报告。 |
| 删除 |
| 扫描 |
要求
安装了 Xcode Command Line Tools 的 macOS。
Node.js >= 20。
如需按表达式计时,请向 build_run 传递 deep: true;build_timing_report 随后会报告 deepSource: "debug-time-function-bodies"。
尚未实现: 一个机会性的 XCLogParser 增强 已做出原型,但未在 v0.1 中接入——其 JSON 输出形状及其依赖的
.xcactivitylog命名约定尚未针对真实的 XCLogParser 安装进行验证。build_timing_report从不调用xclogparser, 无论它是否在PATH上。
贡献
欢迎提交 Issue 和 PR。提交前请运行 npm test;npm run test:integration 另外需要完整安装 Xcode,并针对 test/integration/ 中的 fixture 项目运行一次真实构建。
许可证
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for Xcode build automation and log parsing that opens Xcode projects, triggers builds directly in Xcode, and parses build logs to extract errors and warnings.266958Apache 2.0
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI assistants to parse Xcode and Swift build outputs into structured, token-efficient formats like JSON or TOON. It provides tools for executing build commands and extracting detailed diagnostic information such as errors, warnings, and test failures.8MIT
- AlicenseNot gradedqualityDmaintenanceMCP server and CLI for iOS development — build, test, automate, and diagnose from any AI agent or terminal.1MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for interacting with Xcode build tools, iOS Simulator, and Apple notarization services.155MIT
Related MCP Connectors
MCP server for Appcircle mobile CI/CD platform.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/sanatillayev/xcode-build-optimizer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server