Connecting My Local AI to GrowthBook with MCP (Part 6)
Part 6 of the self-hosting series: connecting Ollama chat to GrowthBook through a Docker MCP server, with flag evaluation, Cloudflare Tunnel routing, and tool calls in Pages Functions.
No-login AI chat
KCNA · CKA · CKAD quizzes
AI-drafted post images
ESP32 LED clock faces
GrowthBook flags on the dots
Kubernetes playground
YAML, JSON, configs
Pretty print code
Base64, URL, hashes
Timestamps, units, colors
Validate & clean YAML
UUIDs, passwords, keys
Part 6 of the self-hosting series: connecting Ollama chat to GrowthBook through a Docker MCP server, with flag evaluation, Cloudflare Tunnel routing, and tool calls in Pages Functions.
Moving a platform onto new infrastructure without changing the hostname everyone already uses. I built the two-origin version on my own domain first, with Cloudflare Load Balancing, two Docker containers and a pair of tunnels, so the cutover is a config change at the edge that reverses in seconds.
Rhythm Hands is a little browser rhythm game I built for my kid. This post wires a physical drum to it: a piezo sensor on an ESP32 DevKit, a threshold-and-debounce sketch, and Web Serial reading hit events straight into the game with no server in between. Includes the two bugs that ate the afternoon.