▲ | monatron 2 days ago | |||||||||||||||||||||||||||||||
Very cool indeed. I started building something similar - relying on Auto Export [https://apps.apple.com/us/app/health-auto-export-json-csv/id...] to export my health data to an endpoint which stores it in a sqlite database. I never got as far as building an MCP server around the data but that's certainly the direction I was heading. The initial idea was to use my health data to provide context to a health/fitness agent that would recommend workouts, check-in on things, etc. | ||||||||||||||||||||||||||||||||
▲ | dkdcio 2 days ago | parent | next [-] | |||||||||||||||||||||||||||||||
it is wild to me that products like this don’t allow you to easily export all data into sqlite (or duckdb) natively. it’s 2025 and you frequently have to page through hundreds or thousands of API calls to get a trivial amount of data (or use 3p services) | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | _neil 2 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
Great minds :) I haven't experimented with MCP too much because I have some reservations about it, but I decided to go MCP-first for this to see how it feels to prototype around it. My typical flow would have been to go sqlite+sveltekit. | ||||||||||||||||||||||||||||||||
▲ | yurishimo 2 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||
Thanks for the link to that app. Gonna setup something this weekend to ingest and aggregate my workout stats onto my personal website :) |