Freddy MCP Server: Give Your OpenClaw Agent Read Access to Personal Health Data

Freddy is a personal health data server that exposes your health and performance data as an MCP server. It just went live as an iOS and Android app, meaning your OpenClaw agents can now pull real sleep, recovery, and training load data instead of relying on generic advice.
What It Connects
- Apple Health or Health Connect (from phone)
- Oura, Polar, WHOOP, Garmin, Withings, Suunto
- Intervals.icu, Hevy
You connect your sources once, and the agent gets access to all of it inside whatever workflow you're running.
Auth for Headless Agents
The recommended auth flow for headless agents is the device flow. This gives the agent its own scoped access without you having to paste a URL around.
Weekend Project Idea
Build a morning agent that looks at last night's sleep and recent training load, then writes you a two-line note on whether to push or back off today. It's a small task but reads real numbers instead of guessing.
You can find Freddy at https://freddy.coach/.
Privacy
Data is encrypted, not sold, and the developer is not looking to profit off your stats. If you don't trust third-party solutions, just don't use it.
📖 Read the full source: r/openclaw
👀 See Also

Local AI Agent Achieves Sub-Second STT and TTS Latency with Open-Source Servers
A developer achieved ~0.2s STT latency using Whisper large-v3-turbo with hybrid thread-managed GPU architecture and ~250ms TTS latency with Coqui-TTS optimized for low-latency synthesis. Both implementations are fully self-hosted and open-sourced.

Cull: Open-Source Dataset Curation Engine for AI Image Pipelines
Cull scrapes images from 340+ sources including Civitai, X/Twitter, Reddit, Discord, and booru sites, classifies them with a vision-language model via local LM Studio or Groq, and sorts into category folders with SD prompts and audit records.

Open-source MCP server bridges Claude Code with IDE tools
An open-source MCP server gives Claude Code persistent access to IDE features including LSP, terminals, Git, GitHub, debugging, and diagnostics through 124+ tools. It enables coding from mobile devices when a machine is set up.

2-Prompt System to Carry Context Between Claude Chats Without Token Waste
A developer shares two prompts for compressing an entire Claude conversation into a structured context block and loading it into a fresh chat, preserving decisions, work, and next steps.