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
{
"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