Skip to content
VS Code

uxloom for VS Code

io.github.uxloom-dev/uxloom

Agent-native UI/UX design validation: journey completeness, state coverage, and WCAG checks.

client:VS Code transport:stdio runtime:npm

Install uxloom in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "uxloom-project",
      "description": "UXLOOM_PROJECT",
      "password": true
    }
  ],
  "servers": {
    "uxloom": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "uxloom"
      ],
      "env": {
        "UXLOOM_PROJECT": "${input:uxloom-project}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

uxloom in other clients