Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

HIG Doctor in other clients