Loading…
Venue: Grand Ballroom 1 + 2 clear filter
arrow_back View All Dates
Thursday, August 13
 

09:30 KST

Keynote: Welcome & Opening Remarks - Demetrios Brinkmann, Member Non-Technical Staff, Agentic AI Foundation
Thursday August 13, 2026 09:30 - 09:40 KST

Speakers
avatar for Demetrios Brinkmann

Demetrios Brinkmann

Member Non-Technical Staff, Agentic AI Foundaiton

Thursday August 13, 2026 09:30 - 09:40 KST
Grand Ballroom 1 + 2

09:45 KST

Keynote: Two Years of MCP: State of The Ecosystem - Den Delimarsky, Member of Technical Staff, Anthropic
Thursday August 13, 2026 09:45 - 10:00 KST
Two years ago, getting an AI agent to reach anything outside itself meant writing a whole bunch of glue code. A custom integration for every tool, every data source, every model you wanted to support. Nobody enjoyed this, and yet everybody did it anyway.

MCP was the emerging alternative - one protocol, implemented once on each side. It empowered all imaginable agents to be able to talk to anything through a standard set of conventions.

Two years later, the ecosystem around MCP is bigger than the spec itself. There are servers for nearly everything anyone would want to wire an agent into, clients across every major platform, and entire categories of capabilities that make the protocol suitable for more than just ferrying text-based data back and forth.

MCP is now the undeniable substrate most agentic workflows run on. Getting there took a couple of years, a large number of engineering debates, and the work of a community of maintainers, developers, and advocates that spans the globe. This is the story of us getting here.
Speakers
avatar for Den Delimarsky

Den Delimarsky

Member of Technical Staff, Anthropic
Den Delimarsky is a Member of Technical Staff at Anthropic, where he helps build the Model Context Protocol (MCP). He's spent over a decade at the intersection of product management and engineering, building developer tools and platforms. He writes at .
Thursday August 13, 2026 09:45 - 10:00 KST
Grand Ballroom 1 + 2

10:00 KST

Keynote: To Be Announced
Thursday August 13, 2026 10:00 - 10:10 KST

Thursday August 13, 2026 10:00 - 10:10 KST
Grand Ballroom 1 + 2

10:10 KST

Keynote: A Cloud Service Provider's MCP Operations Story (From MCP Generator to MCP Gateway) - Jihye Kim, Backend Engineer, Naver Cloud Platform
Thursday August 13, 2026 10:10 - 10:25 KST
To attach an MCP server to each of hundreds of Naver Cloud Platform services, every service team had to implement MCP from scratch.
We built an MCP Generator to solve this — automatically generating MCP server code from OpenAPI specs.

Then Claude's MCP Builder Skills arrived. Suddenly, anyone could build an MCP server through a few conversations with Claude. The value of the generator we had built disappeared overnight.

We had to change direction.
And the question changed with it — from "how do we make building MCP servers easier?" to "how do we operate hundreds of them?"

That's how MCP Gateway was born. It aggregates multiple MCP servers behind a single HTTP endpoint, so users can connect every cloud service tool to their AI agent with just one URL and one API key.

This talk is structured in two parts:

Part 1 — The Journey: The process of figuring out how to provide good MCP servers for hundreds of cloud services — what problems we found, what we tried, and how the arrival of MCP Builder Skills became the turning point.

Part 2 — MCP Gateway: An introduction and demo of what problems it solves today, and a look at what we're building next.
Speakers
avatar for Jihye Kim

Jihye Kim

Backend Engineer, Naver Cloud Platform
Backend developer at Naver Cloud Platform
Thursday August 13, 2026 10:10 - 10:25 KST
Grand Ballroom 1 + 2

10:55 KST

Zero-Trust MCP: Treating Every Tool Call as an Untrusted API Request From the Outside World - Akshat Khanna & Unnati Mishra, Independent
Thursday August 13, 2026 10:55 - 11:20 KST
Most MCP deployments implicitly trust the LLM. If the model says call this tool with these parameters, the server calls it. That trust model is wrong — and at enterprise scale, it is catastrophic. This talk reframes MCP server design through a zero-trust lens: every tool invocation is treated as an untrusted external request that must be authenticated, authorized, validated, rate-limited, and audited independently of who initiated it. I'll demonstrate a zero-trust MCP middleware layer that enforces four controls: (1) per-call JWT audience binding so a tool call valid in one agent context is rejected in another, (2) schema-level input validation with content-addressable allow-lists to prevent prompt injection via tool parameters, (3) capability scoping — tools declare what filesystem paths, network ranges, and data stores they may access, enforced by a policy engine at runtime, and (4) immutable audit logs using append-only signed ledger entries. Live demos include intercepting and blocking a prompt injection attack mid-flight. Code ships as open-source middleware compatible with any MCP SDK.
Speakers
avatar for Unnati Mishra

Unnati Mishra

Software Engineer 2, Independent
Unnati is working as a R&D Engineer Software 2 at VMware by Broadcom, India. Currently working with the Release Engg team of the Tanzu Kubernetes Grid. She has been active in Open Source community since 2019 and has also participated in many Hackathons, bagging prizes in few of them... Read More →
avatar for Akshat Khanna

Akshat Khanna

Machine Learning Engineer II, Independent
Akshat Khanna is a Machine Learning Engineer II at Angel One, where he builds GenAI-powered bots and leverages agentic AI for high-performance trading platforms. Previously, he worked as MTS II at VMware Tanzu, focusing on Kubernetes solutions for the edge. He is an active open-source... Read More →
Thursday August 13, 2026 10:55 - 11:20 KST
Grand Ballroom 1 + 2

11:25 KST

MCP in Prod: An SRE & DevOps Guide to Not Getting Paged at 3 AM - Deep Poharkar, Obmondo
Thursday August 13, 2026 11:25 - 11:50 KST
We started running MCP servers in production about a year ago. Within weeks we got our first 3 AM page, a tool was silently failing, agents were retrying into the void, and we had zero visibility into what was going wrong. No dashboard caught it. No runbook existed. That incident kicked off a twelve-month journey of figuring out how to actually operate these things. We ended up cutting agent-related incidents by about 70% and got tool invocation P99 under 500ms.

This talk is the playbook we wish we had on day one. We'll cover the stuff that bit us: health checks that go beyond HTTP 200 and actually validate MCP protocol readiness, how to handle deployments when connections are stateful, what to put on your observability dashboards (and what turned out to be noise), and circuit breaker patterns for when an upstream tool starts misbehaving. We'll also do a quick demo of a monitoring setup we've been running.
Speakers
avatar for Deep Poharkar

Deep Poharkar

Site Reliability Engineer, Obmondo
I’m Deep, a Site Reliability Engineer at Obmondo working on production reliability and incident response. I’ve contributed to open source through GSoC and CNCF’s LFX Mentorship, including work on LitmusChaos, and have spoken at Open Source Summit Japan 2024.
Thursday August 13, 2026 11:25 - 11:50 KST
Grand Ballroom 1 + 2

11:55 KST

Secure MCP Servers in Production: A Practical Guide for Developers - Valeri Milke, VamiSec GmbH
Thursday August 13, 2026 11:55 - 12:20 KST
Model Context Protocol (MCP) is quickly becoming a core interface layer for AI agents, yet many teams still secure MCP servers as if they were ordinary APIs. This session provides a practical guide for building and operating secure MCP servers in production.

I will translate key security principles into concrete engineering decisions: secure local vs. remote MCP architectures, trusted tool onboarding, signed manifests, schema-based input and output validation, prompt injection controls, OAuth 2.1 / OIDC-based authentication, centralized policy enforcement, hardened deployment, audit logging, and continuous validation.

The goal is not theory, but an actionable security baseline that developers, architects, and platform teams can apply immediately. Attendees will leave with a pragmatic minimum bar and review checklist for MCP server development that helps reduce avoidable security failures, improve trust between clients and servers, and strengthen the security posture of the growing MCP ecosystem.
Speakers
avatar for Valeri Milke

Valeri Milke

CEO, VamiSec GmbH
Valeri Milke is CEO of VamiSec GmbH and an AI security and compliance expert focused on secure development, threat modeling, and the practical implementation of trustworthy AI systems. His work spans LLM security, agentic AI, software and product security, and regulatory frameworks... Read More →
Thursday August 13, 2026 11:55 - 12:20 KST
Grand Ballroom 1 + 2

13:50 KST

Demystifying MCP Auth in Plain English - Rohit Ganguly, Descope
Thursday August 13, 2026 13:50 - 14:15 KST
For most developers, one of the trickiest parts of building MCP Servers is Auth. With an ever-evolving specification that takes advantage of niche OAuth standards, many feel left behind and simply don't bother to secure their MCP Servers, leading to severe risks for organizations and users adopting MCP.

This session will cover the MCP Auth spec from first principles, explaining concepts in a way that even auth newbies can understand. The goal of this session is to help developers 'catch up' on the latest with MCP auth and secure their MCP servers.

Participants can walk away from this session with a cursory understanding of the state of the MCP auth spec and how to roll out auth in their MCP servers.
Speakers
avatar for Rohit Ganguly

Rohit Ganguly

AI Product Manager, Descope
Rohit is an AI Product Manager at Descope, where he leads the MCP Auth and Agentic Identity efforts. Previously, he worked in Microsoft's Developer Division across products like the Azure SDKs and VS Code before launching the Azure MCP Server.
Thursday August 13, 2026 13:50 - 14:15 KST
Grand Ballroom 1 + 2

14:20 KST

Authorization in MCP Systems: Getting It Right From the Start - Aram Andreasyan, Cerbos
Thursday August 13, 2026 14:20 - 14:45 KST
When teams start building on MCP, one of the first real questions that comes up is simple: what are agents actually allowed to do?

In smaller setups, it's easy to bake access checks into the agent or the application itself. That works until it doesn't. Once you're dealing with multiple tools, services, and data sources, things get messy fast. Permission logic gets copied across services, drifts out of sync, and when something breaks, nobody can agree on where the problem actually lives.

This talk covers how I approach authorization in MCP-based systems. Where access decisions should live, how to keep them consistent as complexity grows, and what changes when agents are acting on behalf of users rather than just on their own.

The focus is on patterns that have worked in real systems: centralizing your policy layer, passing the right context through each request, and keeping decisions auditable so you can trace what happened and why.

You'll leave with a clearer way to think about authorization in MCP environments, and a better sense of where things tend to break down as systems scale.
Speakers
avatar for Aram Andreasyan

Aram Andreasyan

Director of Solutions, Cerbos
Aram works at Cerbos helping engineering and security teams tackle authorization complexity through policy-as-code. He has a background in cybersecurity, cloud security, and IAM, and spent years consulting for startups and enterprises across EMEA and North America before joining Cerbos... Read More →
Thursday August 13, 2026 14:20 - 14:45 KST
Grand Ballroom 1 + 2

14:50 KST

Who Authorized That Agent? Identity and Policy Enforcement for MCP Tool Calls - Kaiwalya Koparkar, Gravitee
Thursday August 13, 2026 14:50 - 15:15 KST
When a human calls an API, identity is well understood, OAuth tokens, JWTs, API keys. When an AI agent calls that same API via MCP, the identity model breaks down. Who is the caller? What should it be allowed to do? How do you revoke access when something goes wrong? As MCP adoption moves from dev laptops into production systems, the absence of a consistent identity and authorization layer for agent-initiated traffic is becoming a critical gap. This session walks through the auth problem from first principles covering OAuth flows for non-human callers, per-agent rate limiting, JWT validation at the MCP proxy layer, and policy enforcement patterns that don't require rewriting your backend services. Attendees will leave with a concrete mental model and implementation patterns for securing MCP tool calls in production.
Speakers
avatar for Kaiwalya Koparkar

Kaiwalya Koparkar

Platform Advocate, Gravitee
Kaiwalya Koparkar is a Platform Advocate at Gravitee and CNCF Ambassador with CKA and CKAD certifications. He specialises in API Management, cloud-native infrastructure, and SRE, and is the founder of Cloud Native Nashik.
Thursday August 13, 2026 14:50 - 15:15 KST
Grand Ballroom 1 + 2

15:45 KST

Why Enterprise MCP Runs on Java - Kevin Dubois, IBM & Mauricio "Salaboy" Salatino, Dash0
Thursday August 13, 2026 15:45 - 16:10 KST
Most MCP examples are written in Python or TypeScript. Great for prototypes, but enterprises don't ship prototypes. They ship type-safe, robust, observable, secure services. Exactly what Java excels at.

And, perhaps contrary to popular belief, building MCP servers or clients with Java is not hard at all. It is as natural as creating REST servers and clients. Swap a few dependencies, annotate your methods, and your services speak MCP.

But MCP in Java isn't just about exposing data to LLMs. It can also vastly augment your AI development experience. We'll show how we built an MCP-based agent into the Quarkus framework that exposes live runtime intelligence to your code assistant: structured exceptions, dynamically discovered tools, extension-specific coding patterns, and version-aware documentation search. With this, your agent doesn't just write code; it can also get real-time feedback from the running application, recover from crashes, and learn patterns specific to the frameworks in your project.

Through real-world examples including IoT integrations and Kubernetes analysis agents, we'll show why Java is the natural home for enterprise MCP adoption.
Speakers
avatar for Mauricio Salatino

Mauricio Salatino

Ecosystem Engineer, Dash0
Mauricio Salatino, also known as salaboy, works for Dash0 as an Open Source and Ecosystem Engineer. He is a Java Champion, Cloud Native Ambassador, and international Keynote speaker. Before working at Dash0, Mauricio spent the last 10 years building tools for Cloud-Native developers... Read More →
avatar for Kevin Dubois

Kevin Dubois

Sr Principal Developer Advocate, IBM
Kevin Dubois is often featured as a (keynote) speaker at conferences around the world, where he shares his passion and knowledge about developer experience, open source, AI, cloud native development and Java. He is also an author, java Champion, and an accomplished software architect... Read More →
Thursday August 13, 2026 15:45 - 16:10 KST
Grand Ballroom 1 + 2

16:15 KST

From APIs To Agentic Toolkits: Designing MCP Flavors and a Public MCP Gateway at Scale - Faizan Akhtar, React India
Thursday August 13, 2026 16:15 - 16:40 KST
As teams adopt MCP, a common anti-pattern appears: expose an entire API surface as tools and hope the agent figures it out. In practice this leads to confusion, brittle behavior, and security headaches.

In this talk, I’ll walk through a practical architecture for taming that complexity using MCP flavors and a Public MCP gateway. We’ll start from the real constraints: large APIs, multiple products, and agents that need a bit of more focus & from there:

- design flavors as curated tool bundles on top of existing OpenAPI contracts;
- expose them via a gateway (/mcp vs /{flavorId}/mcp) while handling auth and routing cleanly;
- and plug these flavors into agents in editors or chat environments.

I’ll also cover how to evaluate and debug flavors using datasets and traces so they’re treated like product surfaces with their own quality bar, not opaque black boxes. Finally, I’ll share lessons learned ramping from a mostly frontend/“traditional” engineering background into MCP and agentic infrastructure work: what worked, what didn’t, and what I’d do differently.
Speakers
avatar for Faizan Akhtar

Faizan Akhtar

Organiser, React India
Avid Learner | Always a student | Community Enthusiast | Mixed Reality Evangelist

A software engineer trying to grasp technical and interpersonal skills as much as possible. I've organized and spoken at numerous tech conferences and meetups, giving me a strong background in both technical and interpersonal skills. This experience has taught me how to effective... Read More →
Thursday August 13, 2026 16:15 - 16:40 KST
Grand Ballroom 1 + 2

16:45 KST

From CRDs to Conversations: Simplifying Chaos Engineering With MCP - Pritesh Kiri, Harness
Thursday August 13, 2026 16:45 - 17:10 KST
Imagine telling your system, “Simulate a pod failure on the payments service,” or asking, “What chaos experiments have we run on service X in the last 30 days?” This talk covers a practical approach to using the Model Context Protocol (MCP) with LitmusChaos. The goal is to move away from manual YAML configuration and CRD lookups by using a natural language interface. I'll demonstrate how this MCP setup works and how it changes the workflow for designing and running resilience tests.

This session introduces Chaos Engineering and explores how MCP makes it more accessible. By replacing YAML and dashboards with human language, we’re lowering the barrier to entry for chaos engineering. Resilience testing becomes accessible to QA, product, and on-call teams, not just platform experts. Whether or not you’re currently using Litmus, this talk will provide a roadmap for building your own chaos copilot and a glimpse into a future where resilience is everyone’s responsibility.
Speakers
avatar for Pritesh Kiri

Pritesh Kiri

Pritesh Kiri, Harness
Pritesh is the DevRel Engineer at Harness and community manager and maintainer of the LitmusChaos Community. He is also the Head of Community at ReactPlay, leading the ReactPlay Bangalore chapter. He has a strong background as a Developer Advocate, leading tech communities and fostering... Read More →
Thursday August 13, 2026 16:45 - 17:10 KST
Grand Ballroom 1 + 2
 
  • Filter By Date
  • Filter By Venue
  • Filter By Type
  • Timezone

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date -