Skip to content
VS Code

sensecritiq for VS Code

io.github.salvisare/sensecritiq

UX research synthesis. Upload interviews and get themes, findings, and verbatim quotes in minutes.

client:VS Code transport:stdio runtime:pypi

Install sensecritiq in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "scq-api-key",
      "description": "SCQ_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "sensecritiq": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sensecritiq-mcp"
      ],
      "env": {
        "SCQ_API_KEY": "${input:scq-api-key}"
      }
    }
  }
}

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

sensecritiq in other clients