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 4 tools
Each tool targets a distinct action: deleting, tracking, querying events, or listing entity types. No overlap.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., delete_event, track_event).
4 tools is well-scoped for a tracking server, covering essential operations without bloat.
Core CRUD is present (create/update via track_event, read via query_events, delete via delete_event), plus entity type discovery. Minor gap: no explicit get single event, but query_events with filters can serve that purpose.