More Software Engineering Daily episodes

FastMCP with Adam Azzam and Jeremiah Lowin thumbnail

FastMCP with Adam Azzam and Jeremiah Lowin

Published 7 Apr 2026

Duration: 1:06:06

Fast MCP, an open-source project by Prefect, simplifies the Model Context Protocol with high-level Python abstractions, enabling efficient server and application development through ergonomic design, decorator-driven tools, and enterprise adoption, evolving into a standardized AI workflow solution via community-driven growth.

Episode Description

The Model Context Protocol, or MCP, gives developers a common way to expose tools, data, and capabilities to large language models, and it has quickly...

Overview

The podcast discusses Fast MCP, an open-source project by Prefect that enhances the Model Context Protocol (MCP), a standard for exposing tools, data, and capabilities to large language models (LLMs) in agentic AI systems. Fast MCP provides high-level Python abstractions to simplify the development and deployment of MCP servers and applications, addressing the limitations of MCP's original low-level framework. The project originated as a weekend-side project by Prefects co-founder Jeremiah Lowen and product lead Adam Ozzum to create a more ergonomic API for MCP, which later became a core part of Prefects 3.0 release. It gained momentum through community adoption and was integrated into the official MCP SDK after recognition by Anthropics David Soryapara.

Key technical developments include the use of Python decorators to streamline tool registration, enabling users to mark functions as MCP tools with minimal code. The project evolved through three major versions: Fast MCP 1 focused on low-level server tools, Fast MCP 2 introduced higher-level abstractions for user needs, and Fast MCP 3 shifted to a framework-driven approach, emphasizing scalability and complex workflows. The podcast highlights challenges like LLM context bloating from excessive tool calls, which inspired innovations such as Code Mode, allowing LLMs to author programs in tools rather than execute sequential commands. Server-side sandboxing (e.g., Cloudflares Monty) was also explored to securely run untrusted code, reducing reliance on client-side execution.

The project transitioned from a niche tool to an enterprise solution, with adoption by major platforms like Databricks and Snowflake. It emphasizes community-driven development, with over 200 contributors and a focus on aligning with AI workflow orchestration. Fast MCPs design prioritizes Pythonic ergonomics, modular architecture, and governance, addressing the complexities of integrating LLMs with enterprise systems. Despite debates about alternatives like CLI interfaces, the project underscores MCPs role in enabling controlled, scalable, and consistent software interactions for internal and external use cases.

Recent Episodes of Software Engineering Daily

31 Mar 2026 FreeBSD with John Baldwin

FreeBSD's evolution from BSD, its use in PlayStation 4 and Netflix's CDN, community-driven governance, challenges in maintaining a legacy codebase, modernization efforts, hardware integrations, and initiatives like CherryBSD for memory safety, alongside licensing and corporate collaboration impacts.

26 Mar 2026 Cilium, eBPF, and Modern Kubernetes Networking with Bill Mulligan

eBPF-based projects like Cilium address cloud-native networking challenges by enabling scalable, secure, identity-driven traffic management in Kubernetes through kernel-level programmability, replacing traditional tools with efficient, crash-resistant solutions.

24 Mar 2026 Games That Push Back with Bennett Foddy

Bennett Foddy's systems-driven design emphasizes physics-based mechanics, absurdist themes, and nuanced frustration over simplistic difficulty, using games like *QWOP* and *Baby Steps* to explore player agency, iterative discovery, and critiques of industry trends through accessible, community-informed development.

19 Mar 2026 Prettier and Opinionated Code Formatting with James Long

Developer tooling shapes software workflows by streamlining code formatting with opinionated tools like Prettier, addressing formatting inefficiencies, differentiating from ESLint through dynamic code structure analysis, and confronting adoption hurdles, open-source sustainability challenges, ecosystem fragmentation, and the trade-offs between flexibility, usability, and developer needs in JavaScript tooling.

17 Mar 2026 Skate Story with Sam Eng

Skate Story, a 2025 indie game, blends vaporwave aesthetics, existential themes, and surreal storytelling with fluid skate mechanics, a linear journey of a glass demon to the moon, accessible controls, cosmic challenges, retro visuals, and themes of perseverance and real-world skateboarding inspiration.

More Software Engineering Daily episodes