Skip to main content
Glama
jamesvdinh

cardiovascular-disease-mcp

by jamesvdinh

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

Running Locally

  1. Install NPM and install/update Node

  2. Run npm install to install all dependencies onto the project

  3. Run npm start to start the server on port 5000 of localhost

Running on Docker

  1. Install and open Docker Desktop

  2. 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.

  1. Install ngrok and create an auth token by making an account

  2. In your terminal, run ngrok http 5000

  3. Copy the ngrok forwarded URL (highlighted below)

    Terminal

  4. In MeldRx, navigate to your workspace -> AI -> MCP Servers and click Add External MCP Server

  5. Input the fields as outlined below and click Test and Save

    MeldRx MCP servers page

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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