cohort-heatmap-server.md

Cohort Heatmap

UI AppFeatured
from"modelcontextprotocol"
2.4k

Customer retention heatmap for analyzing user cohorts over time

Data & Analytics
analyticsheatmapretentioncohort
install.sh
# Clone the repository
$git clone https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/cohort-heatmap-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve