Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Forkbit in other clients