Back to Catalog

Cohort Heatmap

modelcontextprotocol/ext-apps/examples/cohort-heatmap-server
TypeScript
MCP Apps Demo

Customer retention cohort heatmap display for analyzing user engagement over time

GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:0
👥 Contributors:0
📋 Total Issues:0
📦 Has Releases:No
🔧 Has CI/CD Pipeline:No
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
{
  "mcp-server-cohort-heatmap": {
    "command": "npx",
    "args": [
      "-y",
      "--silent",
      "--registry=https://registry.npmjs.org/",
      "@modelcontextprotocol/server-cohort-heatmap",
      "--stdio"
    ],
    "env": {}
  }
}