brewers almanack for Cursor
io.github.gregario/brewers-almanack
Brewing knowledge MCP — beer styles, ingredients, off-flavours, water chemistry, recipes
client:Cursor
transport:stdio
runtime:npm
Install brewers almanack in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"brewers-almanack": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"brewers-almanack"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs