mcpbeat Sign in
I

bodylog MCP Server

by abhaymettu Your server? Claim it
local only

bodylog runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Agent-first workout and food log: sets and meals from chat, USDA and Open Food Facts macros, cards.

Installs / week
pypi · bodylog
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check bodylog every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bodylog -- uvx bodylog
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bodylog": {
      "args": [
        "bodylog"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bodylog]
command = "uvx"
args = ["bodylog"]
.cursor/mcp.json
{
  "mcpServers": {
    "bodylog": {
      "args": [
        "bodylog"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bodylog": {
      "args": [
        "bodylog"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: BODYLOG_DB (SQLite file for the log (default ~/.bodylog/log.db)), BODYLOG_CARDS (Directory for rendered card PNGs (default ~/.bodylog/cards)), FDC_API_KEY (USDA FoodData Central API key (free at api.data.gov); DEMO_KEY is used without one), BODYLOG_OFFLINE (Set to 1 to use only the bundled USDA table, no network lookups). The author declared them in the registry entry; get the values from the project itself.

Alternatives to bodylog

same job, measured the same way
Sphere
by getsphere

Log meals, check calories and macros, set up a nutrition plan, and search foods.

answering
Health Partner
by shrynshjn

Manage your Health Partner account, log food, water, workouts, body using agent

answering
Ami Survey
by speedofred

Measures the cost, tokens and duration of a completed agent workflow from its session log.

local only
Job Card Template
by theluckystrike

Open a job card, log hours and materials against it, print the card for client sign-off.

local only
Nibb — Food log
by nibb

Log meals, change portions, manage targets, and read trends in your Nibb food journal.

answering
Cronometer
by cphoskins

MCP server for Cronometer — food logs, macros, fasting, biometrics, and recurring foods

333 installs/wk local only
LogsLoom
by efim23

Ingest and search LogsLoom logs from coding agents.

37 installs/wk 4 tools answering
Hatchet MCP
by elliotpadfield

Observe and operate Hatchet workflows from an AI agent — runs, logs, trigger, cancel, replay.

35 installs/wk local only

bodylog — questions

Answers built from our own checks of this server.

Why is there no uptime for bodylog?
bodylog runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package bodylog.
How do I connect bodylog?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls bodylog straight from pypi; nothing to host, nothing to sign up for.
Is bodylog open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.