HIG Doctor for Zed
io.github.raintree-technology/hig-doctor
Apple Human Interface Guidelines search, lookup, and project audits for AI coding agents.
client:Zed
transport:stdio
runtime:npm
Install HIG Doctor in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hig-doctor": {
"command": "npx",
"args": [
"-y",
"hig-mcp"
],
"env": {
"HIG_SKILLS_DIR": "<HIG_SKILLS_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs