MCP Server
MCP
io.github.cphoskins/cronometer
MCP server for Cronometer — food logs, macros, fasting, biometrics, and recurring foods
Install
uvx cronometer-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "cronometer-mcp",
"version": "2.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Cronometer account email",
"isRequired": true,
"name": "CRONOMETER_USERNAME"
},
{
"description": "Your Cronometer account password",
"isRequired": true,
"isSecret": true,
"name": "CRONOMETER_PASSWORD"
},
{
"description": "Directory for sync output (defaults to ~/.local/share/cronometer-mcp/)",
"name": "CRONOMETER_DATA_DIR"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment