Skip to content
Grok

norm mcp for Grok

net.agentutil/norm-mcp

Statistical baselines — check if values are normal or anomalous for a given category.

client:Grok transport:stdio runtime:npm

Install norm mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "norm-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentutil/norm-mcp"
      ]
    }
  }
}

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

norm mcp in other clients