Loading…
June 14-15, 2026
Mumbai, India
View More Details & Registration

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 Mumbai 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.


Venue: Lotus 2 clear filter
arrow_back View All Dates
Sunday, June 14
 

10:00am IST

Workshop: Enabling MCP at Enterprise Scale: Navigating Authentication and Governance Challenges - Shannon Williams & Chris Urwin, Obot AI
Sunday June 14, 2026 10:00am - 11:00am IST
**Space Limited - First Come, First Served.  Please bring a fully charged laptop to the workshop**

Enterprise adoption of the Model Context Protocol is accelerating — but the path from "MCP works on my laptop" to "MCP running securely across our organization" is windy and challenging.
Building MCP servers isn't particularly hard. The real challenges are OAuth, identity sprawl, and the governance requirements your security team will eventually land on your desk.
MCP servers should focus on tools, resources, and prompts — not rebuilding OAuth infrastructure from scratch every time. A dedicated identity and governance control plane absorbs that complexity once, rather than forcing every server to solve it independently.
In this workshop, we will:
1. Demonstrate how to integrated MCP servers with identity management tools
2. Show how to tailor MCP authorization by groups and policies.
3. Work through real governance scenarios by filtering MCP calls for PII or code injection.
4. Demonstrate how MCP traffic can be captured via an MCP gateway and used for compliance, monitoring and observability.

You'll leave with a clear picture of the architectural decisions ahead of you, and a better sense of what your security team is going to ask for before they sign off on scaling MCP adoption.
Speakers
avatar for Chris Urwin

Chris Urwin

VP of Field Engineering, Obot AI
Chris Urwin is VP of Field Engineering at Obot AI and a veteran engineering leader. With deep hands-on experience in cloud‑native platforms, Kubernetes, containers, CI/CD, and developer tooling, he builds and scales global technical teams. Chris bridges product, engineering, and... Read More →
avatar for Shannon Williams

Shannon Williams

President, Obot AI
I am the President and co-founder of Obot AI, and have been building open source software for the last 20 years. Prior to starting Obot, I co-founded Cloud.com (creator of CloudStack) and Rancher Labs (creator of Rancher, k3s, Longhorn, etc). I was a board member of the CNCF for 4... Read More →
Sunday June 14, 2026 10:00am - 11:00am IST
Lotus 2

11:40am IST

Workshop: Beyond RAG: Building a Context Engine for Multi-Agent Systems Using MCP - Saradindu Sengupta, Lytx Inc
Sunday June 14, 2026 11:40am - 12:40pm IST
**Space Limited - First Come, First Served.  Please bring a fully charged laptop to the workshop**

As agentic systems evolve from single-step tasks to orchestrated workflows, maintaining structured, evolving context becomes a core engineering challenge. While Retrieval-Augmented Generation (RAG) improves access to information, most implementations treat the knowledge source as a static, read-only repository, making it difficult to capture relationships, causality, and decision history across sessions.

This hands-on workshop focuses on operationalising a context engine using MCP—showing how to build a system where agents can read, write, and reason over shared structured context.

Participants will work through a guided implementation to:

* Design a minimal context graph schema for a real-world workflow.
* Ingest and normalise data into a structured representation.
* Expose the context layer via MCP servers.
* Enable agents to query and update context through MCP tools.
* Persist reasoning state across sessions and agent boundaries.

By the end of the session, attendees will have built a working foundation for a context engine and understand how to evolve it into a shared context layer for multi-agent orchestration.
Speakers
avatar for Saradindu Sengupta

Saradindu Sengupta

ML Engineer, Lytx Inc., Lytx Inc
I am working at Lytx Inc. as an ML Engineer, where my primary area of work is building ML inference platforms focusing on video analytics and a visual language model. I have over 6 years of professional experience in building ML systems from the ground up since finishing my master's... Read More →
Sunday June 14, 2026 11:40am - 12:40pm IST
Lotus 2

3:20pm IST

The Illusion of Idempotency: Why MCP Actions Aren’t as Safe as You Think - Prerit Munjal, Groupon
Sunday June 14, 2026 3:20pm - 3:45pm IST
We design MCPs assuming idempotency, apply the same action twice nothing changes, reconcile repeatedly, and state is declarative.

But in reality, most MCP actions are only partially idempotent, because beneath the abstraction external systems mutate independently, side effects escape the control plane, ordering of operations matters, and “same input” doesn’t always mean “same result”. At scale, MCPs rely on many things like reconciliation loops, declarative APIs, retry-based execution.

We’ll unpack how MCPs unintentionally, violate idempotency through hidden side effects, depend on ordering guarantees that don’t exist, produce divergent states under retries, mask unsafe operations behind “safe” abstractions. This isn’t a talk about retries or Kubernetes patterns. There are no controller frameworks, just a deeper examination of why MCPs aren’t as safe as we assume, and how to design them with fewer hidden risks.

Because the most dangerous systems aren’t the ones that fail.
They’re the ones you believe are safe to retry.
Speakers
avatar for Prerit Munjal

Prerit Munjal

Senior Technical Product Manager, Groupon
Prerit is a Cloud-Native Platform Leader with extensive experience designing and scaling secure, resilient cloud infrastructures. As the former CTO of KubeCloud, he built no-code solutions bridging Cloud, DevOps, and SRE, leading the company to a successful acquisition. Currently... Read More →
Sunday June 14, 2026 3:20pm - 3:45pm IST
Lotus 2
  MCP Protocol in Depth
  • Audience Experience Level Any

3:45pm IST

Agentless Agents: Replacing Sidecar Observability With eBPF + MCP Tool Chains - Harini Anand, IBM
Sunday June 14, 2026 3:45pm - 4:10pm IST
The dominant observability pattern for AI agents today is layered agents: sidecars, daemon sets, exporters. Each adds blast radius.

This talk proposes flipping the model, using eBPF for zero-agent kernel telemetry, exposing it via MCP, and letting the LLM itself do the orchestration across tool calls.

I'll demo a concrete multi-tool MCP interaction: an LLM receives "why is this service slow?", autonomously calls get_recent_process_execs, correlates with get_active_connections, and follows up with get_high_syscall_latency, forming a causal chain from kernel truth to natural language diagnosis. No pre-scripted runbook. No human in the loop.

The talk goes deep on failure modes specific to this architecture: tool-call loops triggered by ambiguous latency signals, hallucination risk when eBPF data is sparse, and retry/fallback strategies when kernel probes detach under load.

We'll also cover how to design MCP tool responses that constrain LLM reasoning toward actionable conclusions, not just open-ended exploration.

Attendees leave understanding how to architect kernel-aware agentic systems that are genuinely production-safe.
Speakers
avatar for Harini Anand

Harini Anand

SDE in Data & AI, IBM
SDE at IBM Data & AI, working on IBM watsonx™. Software Engineering Researcher at UIUC. Computational Cognition Researcher at Georgia Institute of Technology. Biomedical XAI Researcher at Dartmouth College.
Formerly at Niramai & IIT Hyderabad, researching ML for breast cancer and gene regulatory networks. Built cognitive tools for dementia prevention as a student entrepreneur. Google KaggleX Mentee, AWS Scholar, Harvard WE Tech Fellow, Oxford & MIT Summer School alumna and a Stanford... Read More →
Sunday June 14, 2026 3:45pm - 4:10pm IST
Lotus 2

4:10pm IST

The Handoff Hallucination: Why Agents Skip Steps and How To Catch It - Ujjwal Kumar Singh, Skeps
Sunday June 14, 2026 4:10pm - 4:35pm IST
In multi-step agent workflows, correctness isn't just about what the system returns, it's about how it got there.
An agent can claim "approval verified" without actually calling the approval service. The response looks valid, logs appear complete, and schema checks pass yet a critical step was skipped. This is process hallucination.
In financial and compliance workflows, skipping a required step isn't a bug, it's a violation.
Current testing approaches focus on outputs, not execution paths. As a result, these failures remain invisible until they cause real damage.
This talk introduces a Step Verification Layer, a deterministic check that validates whether required actions were actually executed, not just claimed.
By defining allowed sequences of actions and verifying execution against them, teams can detect skipped steps, invalid transitions, and silent process failures before they reach production.
A valid execution trace is not the same as a correct one. This talk is about verifying the difference.
Speakers
avatar for Ujjwal Kumar Singh

Ujjwal Kumar Singh

Software Development Engineer in Test, Skeps
Ujjwal Kumar Singh is a Software Tester who focuses on exploring software quality beyond traditional test cases and automation. His work centers on understanding how testing practices interact with engineering workflows, contributor collaboration, and project governance. He is particularly... Read More →
Sunday June 14, 2026 4:10pm - 4:35pm IST
Lotus 2

5:15pm IST

Scaling AI: gRPC as Transport Backbone for Enterprise MCP - Pawan Bhardwaj, Google
Sunday June 14, 2026 5:15pm - 5:40pm IST
The Model Context Protocol (MCP) is rapidly becoming the standard for connecting LLMs to data sources and tools. However, as organizations move from local experimentation to global production, the default JSON-RPC over HTTP transport hits a "scale ceiling."

gRPC is already establish as a go to library for transport for enterprise services as it provide high throughput and better performance using protobuf and HTTP/2. gRPC has Service Mesh Integration, Observability, Enterprise security and many more features, which can be leveraged by the MCP Server and Clients.

This session show case a demo of using MCP with gRPC transport.
Speakers
avatar for Pawan Bhardwaj

Pawan Bhardwaj

Senior Software Engineer, Google
As a senior software engineer specializing in gRPC within Google's open source team, my focus lies in enhancing the performance and usability of networking systems for applications. My previous experience includes working with Cumulus Linux and Cisco NxOS on network forwarding pl... Read More →
Sunday June 14, 2026 5:15pm - 5:40pm IST
Lotus 2
  MCP Protocol in Depth

5:40pm IST

Rethinking Agent–Database Access: A Secure Approach With MCP Toolbox - Shivay Lamba, Qualcomm & Anushka Saxena, Google
Sunday June 14, 2026 5:40pm - 6:05pm IST
Securely database connections in MCP based Agentic applications has become a critical challenge. Traditional approaches for connectivity introduce risks such as prompt injection, over-permissioned access, and lack of observability.

This talk introduces the Model Context Protocol (MCP) Toolbox for Databases, an open-source framework that standardizes how AI agents interact with data systems. By treating database access as a structured, reusable, and secure set of tools, developers can enable agents to perform meaningful operations while maintaining strict control over data exposure. Toolbox secures your agentic workflows for resources or tool executions
by acting as an OAuth 2.1 Resource Server that validates JWT Bearer tokens from your OIDC provider.

Through a real-world case study, we will demonstrate how to build an intelligent agent that combines semantic vector search with transactional workflows like inventory updates and cart management, all powered through a unified MCP configuration.

So join us to learn how MCP enables scalable, high-performance agentic architectures using efficient connection pooling, without compromising on security, observability, or control.
Speakers
avatar for Shivay Lamba

Shivay Lamba

Senior ML Engineer, Qualcomm
Shivay Lamba is a software developer specializing in DevOps, Machine Learning and Full Stack Development.

He is an Open Source Enthusiast and has been part of various programs like Google Code In and Google Summer of Code as a Mentor and is currently a MLH Fellow. He has also worked at organizations like Amazon, EY, Genpact. He is a Tensorflow.JS SIG member and community lead from In... Read More →
avatar for Anushka Saxena

Anushka Saxena

Software Application Development Apprentice, Google
I'm a passionate advocate for cloud-native technologies and an active contributor to the CNCF community. Currently I'm working as a Software Application Development Appprentice at Google (GCP Databases, MCP Toolbox) and I'm a LFX mentee in the CloudNativePG project. I was a participant... Read More →
Sunday June 14, 2026 5:40pm - 6:05pm IST
Lotus 2

6:05pm IST

The Coordination Tax: Why Your MCP Multi-agent System Degrades at Scale, and How To Fix It - Rudra Kushwah & Jay Shukla, Indian Institute of Information Technology, Nagpur; Shivaprasad Gowda, Indian Institute of Technology Roorkee; Krishna Padia, Shri Vil
Sunday June 14, 2026 6:05pm - 6:30pm IST
Multi-agent MCP systems work beautifully in staging. They fail in production. We learned this the hard way: three agents, nine tools, accuracy that quietly degraded under real load, and a job that blew past its token budget before anyone noticed.

We weren't alone. Google DeepMind and MIT's December 2025 paper "Towards a Science of Scaling Agent Systems" measured up to 17× error amplification in naive multi-agent setups and found coordination yields negative returns past a saturation threshold. Separate work (MAFBench, 2025) shows framework design choices alone can cut planning accuracy by 30% and collapse coordination success from over 90% to under 30%. Most MCP deployments hit this wall and misdiagnose it as a model problem.

This talk walks through three failure modes - Infinite Loop, False Consensus, Silent Fallback with message traces, token costs, and detection times. We then introduce the "topology contract": a lightweight JSON schema embedded in MCP server metadata, compatible with the 2026 Server Cards roadmap. Additive to the spec, zero protocol changes.

Attendees leave with a reproducible benchmark suite and a schema they can adopt in an afternoon.
Speakers
avatar for Rudra Pratap Singh

Rudra Pratap Singh

AI Systems Developer, Indian Institute of Information Technology, Nagpur
Rudra Pratap Singh is a CSE (AI/ML) student at IIIT Nagpur and Research Intern at IIT Mandi, working on medical imaging with deep learning. Skilled in Python, TensorFlow, and GenAI, he has built impactful AI systems and led hackathons, mentoring 60+ students.
avatar for Shivaprasad Gowda

Shivaprasad Gowda

Research Intern, Indian Institute of Technology Roorkee
Research Intern at IIT Roorkee (Prof. Sparsh Mittal). Second-year undergrad at IIIT Nagpur. Independent research on Destructive Rank Collapse in deep networks. Built a financial documents GenAI solution at scale. Experience in LiDAR 3D perception, synthetic EEG generation, and multi-GPU... Read More →
avatar for Krishna Padia

Krishna Padia

BTech Student (Computer Engineering), Shri Vile Parle Kelavani Mandal's Shri Bhagubhai Mafatlal Polytechnic And College of Engineering
Krishna Padia is a Computer Engineering student with a strong interest in technology, problem-solving, and innovation. She enjoys exploring new ideas and applying logical thinking to real-world challenges. With a curious mindset and a drive to learn, she actively engages in activities... Read More →
avatar for Jay Shukla

Jay Shukla

AI System Developer, Indian Institute of Information Technology, Nagpur
Jay Shukla is a CSE (AI/ML) student at IIIT Nagpur and a Research Intern at SVNIT Surat, working on energy time forecasting using deep learning. He is skilled in Python, TensorFlow, and Generative AI, and is also exploring Reinforcement Learning, with experience in building AI models... Read More →
Sunday June 14, 2026 6:05pm - 6:30pm IST
Lotus 2
 
  • Filter By Date
  • Filter By Venue
  • Filter By Type
  • Audience Experience Level
  • Timezone

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date -