Skip to content
Grok

Un-Default for Grok

io.github.nomadbuilder/un-default

Catch racist, sexist & ableist defaults in AI and human copy. Local rules, no account.

client:Grok transport:stdio runtime:npm

Install Un-Default in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "un-default": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "anti-default"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Un-Default in other clients