bodylog for Cursor
io.github.abhaymettu/bodylog
Agent-first workout and food log: sets and meals from chat, USDA and Open Food Facts macros, cards.
client:Cursor
transport:stdio
runtime:pypi
Install bodylog in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bodylog": {
"type": "stdio",
"command": "uvx",
"args": [
"bodylog"
],
"env": {
"BODYLOG_DB": "<BODYLOG_DB>",
"BODYLOG_CARDS": "<BODYLOG_CARDS>",
"FDC_API_KEY": "<FDC_API_KEY>",
"BODYLOG_OFFLINE": "<BODYLOG_OFFLINE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs