The Sched app allows you to build your schedule but is not a substitute for your event registration. You must be registered for MCP Dev Summit North America to participate in the sessions. If you have not registered but would like to join us, please go to the event registration page to purchase a registration..
IMPORTANT NOTE: Timing of sessions and room locations are subject to change.
Sign up or log in to add sessions to your schedule and sync them to your phone or calendar.
Connecting an LLM to a database is the "Hello World" of agentic AI, but scaling that to production requires solving complex problems in security, context management, and reliability. You can't simply feed a 500-table schema into a context window and hope for the best. In this session, the creators of the MCP Toolbox for Databases (12.5k stars) break down the specific architecture required to give agents safe, high-fidelity access to your data. You will learn the patterns that power over 6 million monthly tool calls, including: Raw SQL vs. Semantic Abstraction: A framework for deciding when to give an agent raw query power vs. when to abstract logic into strict semantic tools. Safety & Governance: Implementing read-only guardrails, query validation, and "Human-in-the-Loop" friction points to prevent accidental data loss or injection risks. Reducing Hallucinations: How to format database metadata and column descriptions to drastically improve an agent's query accuracy.
Kurtis Van Gent is a MCP Core Maintainer and leads the MCP Transports Working Group. By day, he leads AI Ecosystems + Integrations for Google Cloud Databases and helped create MCP Toolbox for Databases.
Wenxin Du is a core maintainer of MCP Toolbox for Databases. She delivered the end-to-end implementation of Toolbox's end-user authorization system and integrated semantic search functionality into Toolbox.