We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/timowhite88/Farnsworth'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"""
Farnsworth Health Tracking System
Comprehensive health tracking with multi-provider support, AI-powered analysis,
nutrition tracking, and document parsing via DeepSeek OCR2.
"""
from .models import (
MetricType,
HealthMetricReading,
DailySummary,
HealthGoal,
HealthAlert,
NutrientInfo,
FoodItem,
MealEntry,
Recipe,
LabResult,
Prescription,
HealthRecommendation,
UserHealthProfile,
)
__all__ = [
"MetricType",
"HealthMetricReading",
"DailySummary",
"HealthGoal",
"HealthAlert",
"NutrientInfo",
"FoodItem",
"MealEntry",
"Recipe",
"LabResult",
"Prescription",
"HealthRecommendation",
"UserHealthProfile",
]