ios agent skill for Zed
io.github.nagarjuna2997/ios-agent-skill
Swift reviews, local Apple references, app scaffolding and iOS simulator workflows.
client:Zed
transport:stdio
runtime:npm
Install ios agent skill in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ios-agent-skill": {
"command": "npx",
"args": [
"-y",
"ios-agent-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs