Un-Default for VS Code
io.github.nomadbuilder/un-default
Catch racist, sexist & ableist defaults in AI and human copy. Local rules, no account.
client:VS Code
transport:stdio
runtime:npm
Install Un-Default in VS Code
.vscode/mcp.json
{
"servers": {
"un-default": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"anti-default"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs