cardiovascular-disease-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cardiovascular-disease-mcpcalculate 10-year ascvd risk: 55yr white male, tc 200, hdl 50, sbp 130, no diabetes, non-smoker, no bp meds"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cardiovascular Disease MCP
An open source repository containing a CVD risk model predictor and an external MCP server for use in Darena Health (MeldRx)
CVD Risk Model
Utilizes the risk model from Oracle Health's ascvd-risk-calculator which is based off of the Pooled Cohort Equations and lifetime risk prediction tools. This calculator follows the 2013 ACC/AHA Guideline on the Treatment of Blood Cholesterol to Reduce Atherosclerotic Cardiovascular Risk in Adults.
This tool is intended for those with an assumed LDL - Cholesterol < 190 mg/dL, and the following are a number of factors required to calculate an estimated ASCVD risk:
Sex
Age
Race
Total Cholesterol
HDL - Cholesterol
Systolic Blood Pressure
Diabetes status
Current Smoking status
Treatment for Hypertension status
The risk scores calculated by this tool and any recommendations provided are intended to inform, and should not supersede any findings or opinions by a care provider.
The file associated with the model calculation is located in mcp-tools/calculate-cvd-risk-tool
10-year ASCVD Risk
The 10-year risk estimate provided by this application is primarily applicable towards African-American and non-Hispanic white men and women between the ages of 40 and 79 years. Other ethnic groups will have their score calculated with the same equation for non-Hispanic white men and women, though the score estimated may underestimate or overestimate the risk for these persons.
Related MCP server: HomeCare Cohort MCP
MCP server
This custom MCP server is based off of Darena Health's default Community MCP Repository
File structure
MCP tools (context functions for LLM): /mcp-tools
FHIR server wrapper for context: fhir-utilities.ts
Running Locally
Run
npm installto install all dependencies onto the projectRun
npm startto start the server on port 5000 of localhost
Running on Docker
Install and open Docker Desktop
In terminal, run this to create a docker image and run the container
docker-compose up --build
Creating a web-facing API endpoint
For local development, use ngrok for creating a quick endpoint for your local MCP server.
Install ngrok and create an auth token by making an account
In your terminal, run
ngrok http 5000Copy the ngrok forwarded URL (highlighted below)

In MeldRx, navigate to your
workspace -> AI -> MCP Serversand clickAdd External MCP ServerInput the fields as outlined below and click
TestandSave
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jamesvdinh/cardiovascular-disease-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server