AGNTCon + MCPCon Europe 2026 Key Takeaways
Two days. 2,000+ attendees. The agentic stack, built in public.
Last week I was on the floor at AGNTCon + MCPCon Europe at RAI Amsterdam â the Linux Foundationâs flagship conference on agentic AI and the Model Context Protocol. What struck me was how quickly the conversation shifted from âwhat ifâ to âhow do we actually run this in production.â
If youâve been following along, Iâve already published Day 1, Day 2, and the announcements roundup. This post distills the key takeaways that cut across every session, every hallway conversation, and every booth demo.
The headline numbers
|| Metric | Value |\n||---|---|\n|| Attendees | 2,000+ |\n|| Companies | 1,000+ |\n|| Speakers | 100+ |\n|| MCP adoption by client | 89% |\n|| Agents in production | 81% |\n|| Multi-agent systems | 60% |\n|| Open-source tooling | 78% |\n|| Human-on-the-loop | 66% |\n\nThe shift from last year is stark: 81% of teams now have agents in production. A year ago, most were still getting RAG working. Now theyâre shipping agents that make decisions, call tools, and collaborate across systems.
Key takeaway 1: MCP is now the default integration layer
MCP graduated from âinteresting protocolâ to default integration layer for agentic tooling. The 2026-07-28 spec update added a stateless core, extensions framework, and stronger enterprise authorization â the three changes that make production deployments viable.
What I heard consistently on the floor: teams arenât building custom adapters anymore. Whether youâre connecting to a local database, a cloud API, or an internal tool, MCP is the path. The question is no longer âshould we adopt MCPâ â itâs âhow do we scale MCP in production.â
What this means operationally: If your agent infrastructure doesnât speak MCP natively, youâre adding integration debt. The protocolâs stateless core means you can deploy MCP servers as sidecars or proxies without shared state complications â a game-changer for multi-agent systems.
Key takeaway 2: A2A (Agent-to-Agent) is gaining serious traction
Googleâs Agent2Agent (A2A) protocol â the standard for inter-agent communication â joined MCP under the Agentic AI Foundation umbrella at this event. While MCP handles agent-to-tool connectivity, A2A standardizes agent-to-agent communication.
The demos showed agents from different vendors collaborating without shared state. Whatâs critical for production: agents negotiate a shared interaction modality first, then collaborate securely â without exposing internal memory, tools, or context.
What this means operationally: Multi-agent orchestration just got a standard. Instead of building custom handoff protocols between specialized agents, you can route through A2Aâs capability discovery and negotiation layer. This is how you scale beyond single-agent workflows.
Key takeaway 3: AGENTS.md adoption is exploding
A simple Markdown file at your repo root â the README for agents, not humans. It defines build commands, test instructions, code style, and conventions so any coding agent knows immediately how to work in your project.
60k+ repositories now use AGENTS.md. Stewardship moved to the Agentic AI Foundation at the Linux Foundation.
Iâve started adding these to my repos. The difference is immediate: agents follow my conventions, run the right tests, and donât waste time guessing build commands. No more ls-ing the repo structure.
What this means operationally: If youâre running agentic coding workflows, AGENTS.md is the cheapest win you can deploy today. It doesnât require new infrastructure â just a file in your repo root. But it eliminates the 10â20 minutes of orientation time each agent spends reverse-engineering your setup.
Key takeaway 4: goose (from Block) is moving beyond code
goose â the general-purpose AI agent from Block (Square) â launched as a desktop app, CLI, and API written in Rust. It supports 15+ providers (Anthropic, OpenAI, Google, Ollama, etc.) and 70+ MCP extensions.
Whatâs notable: goose is seeing real adoption for data analysis and research workflows, not just code. If you want a battle-tested agent that runs anywhere (macOS, Linux, Windows desktop) and integrates with the MCP ecosystem, itâs worth examining the architecture.
What this means operationally: The âcoding agentâ box is expanding. Agents that started as developer tools are becoming general-purpose assistants for data analysis, research, and automation â because the MCP ecosystem makes tool integration frictionless.
Key takeaway 5: Agent Router and Agent Gateway are critical infrastructure
Two projects that made the leap from ânice to haveâ to âtable stakesâ:
Agent Router (formerly Envoy AI Gateway): Dynamic routing of agent requests to the best backend based on real-time conditions â cost, latency, capability, reliability. Not static config; routes shift automatically when your primary model is rate-limited or costs spike.
Agent Gateway: API gateway for agentic systems â observability, security, traffic management. Think API gateway but for agents making LLM and tool calls. Authn/authz, rate limiting, cost attribution, and observability across all agent traffic in one layer.
What this means operationally: If youâre running agents at scale where uptime and cost matter, static routing doesnât cut it. Agent Router is the load balancer for agents â it routes each request to the optimal backend without breaking the agent flow. Agent Gateway gives you the visibility you need when âthe agent did something unexpectedâ and you need to trace the call path.
The conversation has moved to operations
Two days werenât enough for all the hallway conversations I wanted to have. But across every session â from the keynotes to the floor demos to the evening networking â the focus was the same: reliability, observability, evals, and the operational glue that holds agent systems together.
This isnât the âwow, agents can do thatâ phase anymore. This is the âhow do we ship this without waking up at 3 a.m. to a runaway agentâ phase. And the tools being built â MCP, A2A, Agent Router, Agent Gateway â are the operational infrastructure that makes production-grade agentic AI possible.
Watch the recap video
I captured a quick walkthrough from the floor. The video has burned-in subtitles so you can watch without sound:
[Video embedded below â landscape and portrait versions published to YouTube, LinkedIn, Facebook, TikTok, and Instagram.]
Recordings
Session recordings from all talks are rolling out on the Agentic AI Foundation YouTube channel. Bookmark it and follow along â this is the conversation that will define 2027.
Related content
- AGNTCon + MCPCon Europe 2026: Day 1 Recap â keynotes, MCP data, 2,000+ attendees
- AGNTCon Day 2: Stateless MCP, Agent Identity, Multi-Agent â spec changes, identity, orchestration
- AGNTCon + MCPCon Europe 2026: All the Announcements â 57 new members, new projects, product launches
- AGNTCon PreDay: Agentic AI in the Wild â pre-event workshops and community