bodylog for Windsurf
io.github.abhaymettu/bodylog
Agent-first workout and food log: sets and meals from chat, USDA and Open Food Facts macros, cards.
client:Windsurf
transport:stdio
runtime:pypi
Install bodylog in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"bodylog": {
"command": "uvx",
"args": [
"bodylog"
],
"env": {
"BODYLOG_DB": "<BODYLOG_DB>",
"BODYLOG_CARDS": "<BODYLOG_CARDS>",
"FDC_API_KEY": "<FDC_API_KEY>",
"BODYLOG_OFFLINE": "<BODYLOG_OFFLINE>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs