Skip to content

Commit ecfa37f

Browse files
authored
Add Trae configuration details to README
Added instructions for configuring Trae in mcp.json.
1 parent 5c64131 commit ecfa37f

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,24 @@ Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON config
126126
<br />
127127
</details>
128128

129+
<details>
130+
<summary>Trae</summary>
131+
<br />
132+
133+
Add to `'~/Library/Application Support/Trae/User/mcp.json'`:
134+
```json
135+
{
136+
"mcpServers": {
137+
"XcodeBuildMCP": {
138+
"command": "npx",
139+
"args": ["-y", "xcodebuildmcp@latest"]
140+
}
141+
}
142+
}
143+
```
144+
<br />
145+
</details>
146+
129147
<br />
130148

131149
For other installation options see [Getting Started](docs/GETTING_STARTED.md)

0 commit comments

Comments
 (0)