Server data from the Official MCP Registry
MCP server for Cronometer nutrition tracking — food logs, diary, macros, fasting
MCP server for Cronometer nutrition tracking — food logs, diary, macros, fasting
This MCP server provides legitimate access to Cronometer's nutrition API with reasonable authentication design. However, it stores plaintext username/password in environment variables (a systemic issue in the deployment model), lacks input validation on some numeric parameters, and has incomplete error handling. The OAuth middleware implementation is well-intentioned but contains logical gaps. Permissions align appropriately with the server's purpose. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 14 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: CRONOMETER_USERNAME
Environment variable: CRONOMETER_PASSWORD
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rwestergren-cronometer-api-mcp": {
"env": {
"CRONOMETER_PASSWORD": "your-cronometer-password-here",
"CRONOMETER_USERNAME": "your-cronometer-username-here"
},
"args": [
"cronometer-api-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.