← Back to Plugins
MCP Server MCP

HIG Doctor

github By github 👁 1 views ▲ 0 votes

Apple Human Interface Guidelines search, lookup, and project audits for AI coding agents.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "hig-mcp",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional override for the skills directory. The published package bundles the HIG skills corpus, so this is only needed to point the server at a different or newer local copy.",
          "format": "filepath",
          "name": "HIG_SKILLS_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...