File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
44
5- [ ![ CI] ( https://github.com/cameroncooke /XcodeBuildMCP/actions/workflows/ci.yml/badge.svg )] ( https://github.com/cameroncooke /XcodeBuildMCP/actions/workflows/ci.yml )
6- [ ![ npm version] ( https://badge.fury.io/js/xcodebuildmcp.svg )] ( https://badge.fury.io/js/xcodebuildmcp ) [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT ) [ ![ Node.js] ( https://img.shields.io/badge/node->=18.x-brightgreen.svg )] ( https://nodejs.org/ ) [ ![ Xcode 16] ( https://img.shields.io/badge/Xcode-16-blue.svg )] ( https://developer.apple.com/xcode/ ) [ ![ macOS] ( https://img.shields.io/badge/platform-macOS-lightgrey.svg )] ( https://www.apple.com/macos/ ) [ ![ MCP] ( https://img.shields.io/badge/MCP-Compatible-green.svg )] ( https://modelcontextprotocol.io/ ) [ ![ Ask DeepWiki] ( https://deepwiki.com/badge.svg )] ( https://deepwiki.com/cameroncooke /XcodeBuildMCP )
5+ [ ![ CI] ( https://github.com/getsentry /XcodeBuildMCP/actions/workflows/ci.yml/badge.svg )] ( https://github.com/getsentry /XcodeBuildMCP/actions/workflows/ci.yml )
6+ [ ![ npm version] ( https://badge.fury.io/js/xcodebuildmcp.svg )] ( https://badge.fury.io/js/xcodebuildmcp ) [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT ) [ ![ Node.js] ( https://img.shields.io/badge/node->=18.x-brightgreen.svg )] ( https://nodejs.org/ ) [ ![ Xcode 16] ( https://img.shields.io/badge/Xcode-16-blue.svg )] ( https://developer.apple.com/xcode/ ) [ ![ macOS] ( https://img.shields.io/badge/platform-macOS-lightgrey.svg )] ( https://www.apple.com/macos/ ) [ ![ MCP] ( https://img.shields.io/badge/MCP-Compatible-green.svg )] ( https://modelcontextprotocol.io/ ) [ ![ Ask DeepWiki] ( https://deepwiki.com/badge.svg )] ( https://deepwiki.com/getsentry /XcodeBuildMCP )
77
88## Installation
99
@@ -12,7 +12,7 @@ XcodeBuildMCP ships as a single package with two modes: a **CLI** for direct ter
1212### Option A — Homebrew
1313
1414``` bash
15- brew tap cameroncooke /xcodebuildmcp
15+ brew tap getsentry /xcodebuildmcp
1616brew install xcodebuildmcp
1717```
1818
@@ -273,7 +273,7 @@ XcodeBuildMCP now includes two optional agent skills:
273273To install, copy and paste the command below into a terminal and follow the on-screen instructions.
274274
275275``` bash
276- curl -fsSL https://raw.githubusercontent.com/cameroncooke /XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
276+ curl -fsSL https://raw.githubusercontent.com/getsentry /XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
277277```
278278
279279For further information on how to install the skill, see: [ docs/SKILLS.md] ( docs/SKILLS.md )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Both methods give you the CLI and the MCP server.
2323### Option A — Homebrew (no Node.js required)
2424
2525``` bash
26- brew tap cameroncooke /xcodebuildmcp
26+ brew tap getsentry /xcodebuildmcp
2727brew install xcodebuildmcp
2828```
2929
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ v2.0.0 introduces optional skill files that prime your coding agent with usage i
232232Install via the interactive installer :
233233
234234` ` ` bash
235- curl -fsSL https://raw.githubusercontent.com/cameroncooke /XcodeBuildMCP/v2.0.0/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
235+ curl -fsSL https://raw.githubusercontent.com/getsentry /XcodeBuildMCP/v2.0.0/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
236236` ` `
237237
238238See [SKILLS.md](SKILLS.md) for more details.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ XcodeBuildMCP now includes two optional agent skills:
1111Install via the interactive installer and follow the on-screen instructions.
1212
1313``` bash
14- curl -fsSL https://raw.githubusercontent.com/cameroncooke /XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
14+ curl -fsSL https://raw.githubusercontent.com/getsentry /XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh
1515```
1616
1717## Automated installation
@@ -21,27 +21,27 @@ Useful for CI/CD pipelines or for agentic installation. `--skill` should be set
2121### Install (Claude Code)
2222
2323``` bash
24- curl -fsSL https://raw.githubusercontent.com/cameroncooke /XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --claude --remove-conflict --skill < mcp| cli>
24+ curl -fsSL https://raw.githubusercontent.com/getsentry /XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --claude --remove-conflict --skill < mcp| cli>
2525```
2626
2727### Install (Cursor)
2828
2929``` bash
30- curl -fsSL https://raw.githubusercontent.com/cameroncooke /XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --cursor --remove-conflict --skill < mcp| cli>
30+ curl -fsSL https://raw.githubusercontent.com/getsentry /XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --cursor --remove-conflict --skill < mcp| cli>
3131```
3232
3333### Install (Codex CLI)
3434
3535``` bash
36- curl -fsSL https://raw.githubusercontent.com/cameroncooke /XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --codex --remove-conflict --skill < mcp| cli>
36+ curl -fsSL https://raw.githubusercontent.com/getsentry /XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --codex --remove-conflict --skill < mcp| cli>
3737```
3838
3939### Install (Other Clients)
4040
4141For other clients if you know the path to the skills directory you can pass the ` --dest ` flag.
4242
4343``` bash
44- curl -fsSL https://raw.githubusercontent.com/cameroncooke /XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --dest /path/to/skills --remove-conflict --skill < mcp| cli>
44+ curl -fsSL https://raw.githubusercontent.com/getsentry /XcodeBuildMCP/v2.0.5/scripts/install-skill.sh -o install-skill.sh && bash install-skill.sh --dest /path/to/skills --remove-conflict --skill < mcp| cli>
4545```
4646
4747## Unsupporting Clients
You can’t perform that action at this time.
0 commit comments