bodylog for Zed
io.github.abhaymettu/bodylog
Agent-first workout and food log: sets and meals from chat, USDA and Open Food Facts macros, cards.
client:Zed
transport:stdio
runtime:pypi
Install bodylog in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bodylog": {
"command": "uvx",
"args": [
"bodylog"
],
"env": {
"BODYLOG_DB": "<BODYLOG_DB>",
"BODYLOG_CARDS": "<BODYLOG_CARDS>",
"FDC_API_KEY": "<FDC_API_KEY>",
"BODYLOG_OFFLINE": "<BODYLOG_OFFLINE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs