Skip to content
VS Code

brewers almanack for VS Code

io.github.gregario/brewers-almanack

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

client:VS Code transport:stdio runtime:npm

Install brewers almanack in VS Code

.vscode/mcp.json

{
  "servers": {
    "brewers-almanack": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "brewers-almanack"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

brewers almanack in other clients