Skip to content

Commit e5a43ec

Browse files
manojmahapatracameroncooke
authored andcommitted
Added an instruction for Kiro
1 parent b6cbee5 commit e5a43ec

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,36 @@ The examples below use npx (Option B). If you installed via Homebrew, replace th
160160
<br />
161161
</details>
162162

163+
<details>
164+
<summary>Kiro / Kiro CLI</summary>
165+
<br />
166+
167+
**Workspace-level** (applies only to the current workspace): add `.kiro/settings/mcp.json` in your project root:
168+
```json
169+
{
170+
"mcpServers": {
171+
"XcodeBuildMCP": {
172+
"command": "npx",
173+
"args": ["-y", "xcodebuildmcp@latest", "mcp"]
174+
}
175+
}
176+
}
177+
```
178+
179+
**User-level** (applies globally across all workspaces): add to `~/.kiro/settings/mcp.json`:
180+
```json
181+
{
182+
"mcpServers": {
183+
"XcodeBuildMCP": {
184+
"command": "npx",
185+
"args": ["-y", "xcodebuildmcp@latest", "mcp"]
186+
}
187+
}
188+
}
189+
```
190+
<br />
191+
</details>
192+
163193
<details>
164194
<summary>Windsurf</summary>
165195
<br />

0 commit comments

Comments
 (0)