Forkbit for Zed
io.forkbit/mcp
Nutrition data for AI agents: search foods, look up nutrients, parse meals, analyze recipes.
client:Zed
transport:stdio
runtime:npm
Install Forkbit in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@forkbit/mcp"
],
"env": {
"FORKBIT_API_KEY": "<FORKBIT_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs