Skip to content
Zed

brewers almanack for Zed

io.github.gregario/brewers-almanack

Brewing knowledge MCP — beer styles, ingredients, off-flavours, water chemistry, recipes

client:Zed transport:stdio runtime:npm

Install brewers almanack in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "brewers-almanack": {
      "command": "npx",
      "args": [
        "-y",
        "brewers-almanack"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

brewers almanack in other clients