FreeReps

meltforce/FreeReps
★ 0 stars Go 📊 Data/Analytics Updated 1mo ago
Self-hosted Apple Health data server with visualization dashboard and MCP interface
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "freereps": {
      "command": "go",
      "args": [
        "run",
        "github.com/meltforce/FreeReps@latest"
      ]
    }
  }
}