human standards for VS Code
io.github.aklodhi98/human-standards
Read-only Human Standards guidance for accessible, usable interface design.
client:VS Code
transport:stdio
runtime:npm
Install human standards in VS Code
.vscode/mcp.json
{
"servers": {
"human-standards": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@humanstandards/mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs