Skip to content
VS Code

hci quality mcp for VS Code

io.github.priyankark/hci-quality-mcp

Interface observations and explicit GOMS/KLM, Fitts, Hick–Hyman and cognitive walkthrough models.

client:VS Code transport:stdio runtime:npm

Install hci quality mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "hci-quality-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hci-quality-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

hci quality mcp in other clients