MCP server providing pediatric health risk tools for growth tracking, blood pressure trends, respiratory infection chains, and oral health recurrence using FHIR data.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"patientriskprofiler": {
"command": "npx",
"args": [
"-y",
"parthodas23/PatientRiskProfiler"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add patientriskprofiler npx -y parthodas23/PatientRiskProfiler
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"patientriskprofiler": {
"command": "npx",
"args": [
"-y",
"parthodas23/PatientRiskProfiler"
]
}
}
}
📋 Copy