Yes, Chef. What are we making?
Ask for a formulation, hand me a recipe to check, or ask about technique. Every recipe I write gets run through the numbers before you see it.
Check a formulation
No model involved — this is the arithmetic, straight. Paste a recipe, one ingredient per line.
Recipe library
What the kitchen has developed and kept.
Use Ganache AI from your other tools
Mint a token, paste it into Claude Code or Grok, and the chocolatier is available there too.
Claude Code
claude mcp add --transport http ganache MCP_URL --header "Authorization: Bearer YOUR_TOKEN"
Grok
Add a custom MCP server with URL MCP_URL and header
Authorization: Bearer YOUR_TOKEN.
Claude on the web
Claude.ai's connector dialog only accepts OAuth, not a bearer token, so the web app cannot connect yet. That flow is the next piece of work. Claude Code and Grok work today.