← Back to Plugins
MCP Server MCP

io.github.cphoskins/cronometer

github By github 👁 1 views ▲ 0 votes

MCP server for Cronometer — food logs, macros, fasting, biometrics, and recurring foods

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...