macrofactor mcp for Cursor
io.github.nasseralbusaidi/macrofactor-mcp
Fueling & recovery decision engine combining MacroFactor nutrition with Garmin training data
client:Cursor
transport:stdio
runtime:pypi
Install macrofactor mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"macrofactor-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"macrofactor-mcp"
],
"env": {
"MACROFACTOR_DB_PATH": "<MACROFACTOR_DB_PATH>",
"MACROFACTOR_DATA_DIR": "<MACROFACTOR_DATA_DIR>",
"GARMINTOKENS": "<GARMINTOKENS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs