xcode-build-optimizer-mcp
xcode-build-optimizer-mcp
결정적 Xcode 빌드 시간 최적화를 위한 MCP 서버: 빌드 타이밍 분석, DerivedData/모듈 캐시 관리, 빌드 속도 설정 린팅 — AI 코딩 에이전트(Claude Code, Claude Desktop 및 기타 MCP 클라이언트)용.
이 도구는 의도적으로 빌드/테스트/시뮬레이터 오케스트레이션 도구가 아닙니다 — XcodeBuildMCP 또는 다른 빌드 러너와 함께 사용하세요.
설치
npx xcode-build-optimizer-mcpMCP 클라이언트 설정(예: 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/모듈 캐시 크기, 오래됨, 비대화 보고서. |
|
|
|
|
요구 사항
Xcode 명령줄 도구가 설치된 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는PATH에 있든 없든xclogparser를 호출하지 않습니다.
기여
이슈와 PR을 환영합니다. 제출 전에 npm test를 실행하세요. npm run test:integration은 추가로 전체 Xcode 설치가 필요하며 test/integration/의 픽스처 프로젝트에 대해 실제 빌드를 실행합니다.
라이선스
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