macrofactor mcp for Zed
io.github.nasseralbusaidi/macrofactor-mcp
Fueling & recovery decision engine combining MacroFactor nutrition with Garmin training data
client:Zed
transport:stdio
runtime:pypi
Install macrofactor mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"macrofactor-mcp": {
"command": "uvx",
"args": [
"macrofactor-mcp"
],
"env": {
"MACROFACTOR_DB_PATH": "<MACROFACTOR_DB_PATH>",
"MACROFACTOR_DATA_DIR": "<MACROFACTOR_DATA_DIR>",
"GARMINTOKENS": "<GARMINTOKENS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs