UNPKG

199bio-mcp-limitless-server

Version:

Scientifically Validated Speech Vitality Index for Limitless Pendant. Empirically validated metrics from 2,500+ conversation segments with transparent reliability assessment. Peer-reviewed methodology for clinical research applications.

69 lines (68 loc) 1.74 kB
{ "name": "199bio-mcp-limitless-server", "version": "0.9.0", "description": "Scientifically Validated Speech Vitality Index for Limitless Pendant. Empirically validated metrics from 2,500+ conversation segments with transparent reliability assessment. Peer-reviewed methodology for clinical research applications.", "license": "MIT", "author": "Boris Djordjevic <boris@199longevity.com> (199 Longevity), Ryan Boyle (Original)", "type": "module", "main": "dist/server.js", "bin": { "mcp-limitless-server": "dist/server.js" }, "scripts": { "build": "tsc", "start": "node dist/server.js", "dev": "tsx watch --clear-screen=false src/server.ts", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "1.8.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.3", "typescript": "^5.8.0" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist/", "README.md", "LICENSE" ], "keywords": [ "mcp", "model-context-protocol", "limitless", "speech-vitality-index", "validated-metrics", "empirical-validation", "conversation-analysis", "clinical-research", "health-monitoring", "cognitive-assessment", "lifelog", "pendant", "ai", "assistant", "claude", "meeting-detection", "action-items", "natural-language", "analytics", "productivity", "speechclock", "speechage", "199-longevity" ], "repository": { "type": "git", "url": "git+https://github.com/199-biotechnologies/mcp-limitless-enhanced.git" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }