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-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/module-cacheのサイズ、古さ、肥大化レポート。 |
|
|
|
|
要件
macOSにXcode Command Line Toolsがインストールされていること。
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を呼び出すことはありません。
貢献
Issueと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