Skip to content
Grok

Nofax for Grok

io.github.akzar1el/nofax

Human-in-the-loop approvals and notifications for AI coding agents through a local stdio MCP server.

client:Grok transport:stdio runtime:npm

Install Nofax in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "nofax": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nofax"
      ]
    }
  }
}

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

Nofax in other clients