Everyone talks about using AI models, but few developers know how to extend them. In this talk, we’ll go one level deeper and build our own Model Context Protocol (MCP) server in Go. We will use one of the AI assistants (Claude, Augment, Gemini) to code it. You can use any language but Ladislav thinks AI using Go is super good and he will explain why.
MCP is an emerging standard that lets AI systems securely access tools, APIs, and real-world data. You’ll see how to design a minimal, production-ready MCP service, connect it to an AI client, and expose your own capabilities from querying observability data to automating workflows. We will extend capabilities of our coding agent with MCP server to help us in the future.