vertaaux mcp for VS Code
io.github.petrilahdelma/vertaaux-mcp
Autonomous UX and a11y audit, fix, and verify loop. 38 tools, framework-aware patches.
client:VS Code
transport:stdio
runtime:npm
Install vertaaux mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "vertaaux-api-key",
"description": "VERTAAUX_API_KEY",
"password": true
}
],
"servers": {
"vertaaux-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vertaaux/mcp-server"
],
"env": {
"VERTAAUX_API_KEY": "${input:vertaaux-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