doublespeed — Xcode as an API for Zed
ai.doublespeed/mcp
Build, test and run iOS apps on a remote Mac from any machine. XcodeBuildMCP-compatible tools.
client:Zed
transport:stdio
runtime:npm
Install doublespeed — Xcode as an API in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@doublespeed/mcp"
],
"env": {
"DS_API_KEY": "<DS_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs