Un-Default for Cursor
io.github.nomadbuilder/un-default
Catch racist, sexist & ableist defaults in AI and human copy. Local rules, no account.
client:Cursor
transport:stdio
runtime:npm
Install Un-Default in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"un-default": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"anti-default"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs