F
licenseNot graded
qualityC
maintenanceOffline MCP server for logging workouts, tracking dietary macros, and retrieving daily summaries, all stored in local SQLite. Enables fitness tracking via natural language in MCP-compatible clients.
-
No user-submitted related servers found.
Scored across 6 tools
Each tool targets a distinct aspect: current workout, exercise history, progress, recent workouts, exercise list, and logging. No overlap in purpose.
Every tool follows a consistent verb_noun pattern (get_, list_, log_), with no mixing of styles or vague verbs.
With 6 tools, the server is well-scoped for a workout tracking assistant—not too few, not too many.
Covers core needs: listing exercises, logging, viewing current workout, history, and progress. Minor gap: no explicit create/close session, though log_workout may implicitly open one.