← Back to Plugins
MCP Server MCP

io.github.rwestergren/cronometer-api-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for Cronometer nutrition tracking — food logs, diary, macros, fasting

Homepage Verified source GitHub

Install

uvx cronometer-api-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "cronometer-api-mcp",
      "version": "0.2.1",
      "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...