← Back to browse

norm-mcp

Indexed by net.agentutil

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add norm-mcp -- npx @agentutil/norm-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"norm-mcp","command":"npx","args":["@agentutil/norm-mcp"]}'
JSON
{
  "mcpServers": {
    "norm-mcp": {
      "command": "npx",
      "args": [
        "@agentutil/norm-mcp"
      ]
    }
  }
}