Skip to content
Cursor

DATASUS SIH/SUS — Brazil Hospital Admissions (AIH) MCP for Cursor

io.github.sidneybissoli/sih-br-mcp

DATASUS SIH/SUS hospital admissions in Brazil (AIH, 1992-2025): ICD-10 causes, ICSAP, rates.

client:Cursor transport:stdio runtime:npm

Install DATASUS SIH/SUS — Brazil Hospital Admissions (AIH) MCP in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sih-br-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sih-br-mcp"
      ],
      "env": {
        "SIH_CACHE_DIR": "<SIH_CACHE_DIR>",
        "SIH_CUBES_BASE_URL": "<SIH_CUBES_BASE_URL>"
      }
    }
  }
}

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

DATASUS SIH/SUS — Brazil Hospital Admissions (AIH) MCP in other clients