Skip to content
Cursor

norm mcp for Cursor

net.agentutil/norm-mcp

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

client:Cursor transport:stdio runtime:npm

Install norm mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

norm mcp in other clients