cronometer for Cursor
io.github.cphoskins/cronometer
MCP server for Cronometer — food logs, macros, fasting, biometrics, and recurring foods
client:Cursor
transport:stdio
runtime:pypi
Install cronometer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cronometer": {
"type": "stdio",
"command": "uvx",
"args": [
"cronometer-mcp"
],
"env": {
"CRONOMETER_USERNAME": "<CRONOMETER_USERNAME>",
"CRONOMETER_PASSWORD": "<CRONOMETER_PASSWORD>",
"CRONOMETER_DATA_DIR": "<CRONOMETER_DATA_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs