Making of GoDoctor: an MCP server for Go development
FOSDEM 2026
• 1 de fev. de 2026 • Brussels, Belgium
A deep dive into the design and implementation of GoDoctor, a specialized Model Context Protocol (MCP) server for Go. This talk explores how giving agents specialized tools can significantly improve their effectiveness and reliability.
The talk explores the evolving role of Gophers in the age of AI, focusing on extending language models with custom tools and integrating AI as a powerful extension of skills, using the Model Context Protocol (MCP) and live Go demonstrations.
Hands-on workshop on building and deploying a Model Context Protocol (MCP) server to extend the capabilities of the Gemini CLI, transforming it into a specialized development expert.
As vibe coding quickly becomes the new buzzword we Gophers could not be left out of this party. In this talk I'm going to share my experiences while developing testquery - a tool to extract information from Go tests - starting from product ideation to the implementation.
Keynote presentation at GopherCon UK 2025. An introduction to the Model Context Protocol (MCP), exploring its core concepts, architecture, and the building blocks used to create AI-enabled applications with Go.
Keynote presentation at DevFest @ Bletchley Park 2025. Exploring the intersection of Go and Generative AI, demonstrating how to build robust, production-ready AI applications using the Go ecosystem.
Two years after their introduction, how can we use Go generics for more than just slices and maps? A deep dive into building a monads library and an Option type.
A deep dive on the slice type, starting from arrays and slice declaration syntax, slicing operations, copying, resizing and its surprising (or not) side effects.
This talk covers effective pointer usage in Go, from declaration and memory allocation (stack vs. heap) to practical use cases, including pointer vs. value receivers, unsafe package tricks, and nuances of nil pointers with interfaces.
Aprenda a construir o GlowUp, uma ferramenta de restauração de fotos usando Genkit Go e Nano Banana Pro para restaurar fotos antigas, danificadas ou em preto e branco.
ai & development
genkit
golang
nano-banana
gemini
tutorial
Aprenda como construir uma ferramenta de restauração de fotos de alta fidelidade usando Go, Genkit e as capacidades 4K nativas do Nano Banana Pro (Gemini 3 Pro Image).
ai & development
workflow & best practices
agent
ai
golang
mcp
vibe-coding
gemini-cli
Domar agentes de IA exige ciência, não apenas vibes. Descubra como testes A/B e rigor estatístico transformam agentes de programação em uma disciplina de engenharia mensurável.
Baseado na minha palestra na Gophercon UK 2025, este artigo é uma introdução ao Protocolo de Contexto de Modelo (MCP), explorando seus conceitos principais, arquitetura e os blocos de construção — Ferramentas, Prompts e Recursos — usados para criar aplicativos habilitados para IA com Go.
workflow & best practices
golang
gemini-cli
mcp
ai
vibe-coding
A história do Speedgrapher, um servidor MCP personalizado para ‘vibe writing’. Detalha a jornada de transformar uma coleção pessoal de prompts em um kit de ferramentas portátil e alimentado por IA para automatizar e estruturar o processo criativo.
ai & development
golang
gemini-cli
mcp
ai
codelab
tutorial
Um guia passo a passo sobre como eu construí o GoDoctor, um assistente de desenvolvimento Go movido por IA, usando o Model Context Protocol (MCP) e o Gemini CLI.