Skip to content
Cursor

MCHS NWAU Calculator for Cursor

io.github.edithatogo/mchs

Stdio MCP server for MCHS schemas, validation, support status, and evidence.

client:Cursor transport:stdio runtime:pypi

Install MCHS NWAU Calculator in Cursor

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

{
  "mcpServers": {
    "mchs": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nwau-py"
      ]
    }
  }
}

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

MCHS NWAU Calculator in other clients