yazio mcp for Zed
io.github.fliptheweb/yazio-mcp
MCP server for accessing Yazio user & nutrition data (unofficial)
client:Zed
transport:stdio
runtime:npm
Install yazio mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"yazio-mcp": {
"command": "npx",
"args": [
"-y",
"yazio-mcp"
],
"env": {
"YAZIO_USERNAME": "<YAZIO_USERNAME>",
"YAZIO_PASSWORD": "<YAZIO_PASSWORD>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs