July 20, 2026 · 7 min read
Anthropic has transferred stewardship of the Model Context Protocol to the Agentic AI Foundation (AAIF), a new industry body formed specifically to govern AI agent interoperability standards. The MCP spec, the reference implementations, and the registry are now community property. Here's what the transition means for developers who build on or with MCP.
The AAIF is a neutral governance body — similar in structure to the Linux Foundation or the W3C — that exists to maintain protocols and standards that no single vendor should own. Founding members include major cloud providers, AI labs, and enterprise software companies. The Foundation's mandate is to keep protocols like MCP open, interoperable, and free from any single company's roadmap.
For MCP specifically, this matters because the protocol is infrastructure. When your MCP server connects to Claude, Cursor, Windsurf, Copilot, and Gemini simultaneously, you need a guarantee that the protocol won't change in ways that favor one client over others. A neutral foundation provides that guarantee in a way a single company — even a well-intentioned one — structurally cannot.
The handover covers three things:
The specification — the MCP protocol documents, including the 2026-07-28 Release Candidate and all future versions, are now maintained under AAIF governance. Changes require community review; Anthropic retains a seat but not a veto.
The reference implementations — the official MCP SDKs (TypeScript, Python, Kotlin, Swift) moved to AAIF-managed GitHub repositories. Anthropic continues contributing but isn't the sole maintainer.
The registry — the official MCP server registry, which lists verified servers and their metadata, now runs under AAIF infrastructure. This is relevant for discoverability: when a new MCP client bootstraps and looks for servers, it queries this registry.
Notably, Anthropic's Claude products still use MCP and Claude Desktop / Claude.ai still connect to MCP servers. The donation doesn't affect product behavior — it affects who controls the standard.
The 2026-07-28 Release Candidate (the first spec version under AAIF oversight) adds centralized enterprise authentication — what the spec calls MCP Enterprise Auth (EMA).
Before EMA, enterprise MCP deployments had to roll their own auth: OAuth flows, API keys, session tokens, each implemented differently by each MCP server. A company with 20 MCP servers had 20 separate auth surfaces to manage and audit.
EMA introduces a centralized auth broker: an organization's IT team registers an MCP auth provider, and all MCP servers in that organization delegate authentication to it. The server receives a standardized claims token, verifies it with the auth provider, and proceeds — without needing to know which user management system the organization uses.
The practical implications:
For enterprise MCP server authors, EMA means you can support SSO and RBAC without implementing it yourself. You trust the org's auth provider to have handled identity.
For IT administrators, EMA means MCP server access can be centrally audited, rotated, and revoked — the same as any other OAuth-connected application in the organization's identity system.
For end users, EMA is invisible: they authenticate once with their company's SSO and MCP tools in their AI editor just work, without separate API key management.
The dominant risk for any new protocol is fragmentation. If MCP had stayed Anthropic-controlled, there was a non-trivial chance that competing AI companies would fork it or build competing protocols rather than adopt a competitor's standard. That already started happening — Google's A2A protocol emerged partly as an alternative governance path.
AAIF governance removes the political objection. An MCP server you build today can credibly claim to be a neutral, vendor-independent interface that works with any agent client, because the protocol is now owned by a neutral body. That's a meaningful difference for enterprise sales and for ecosystem investment.
For developers building on MCP, the practical effect is stability. Breaking changes now require a multi-stakeholder review process. The cadence will slow compared to when a single team controlled the roadmap — which is exactly what mature infrastructure should do.
The July 28 spec is the first Release Candidate produced under the new governance. It's also the most significant update since the original launch: stateless servers, server/discover, routable headers, tool caching, and enterprise auth are all in scope.
The RC period runs through July 28. After that, barring significant issues found during community review, it becomes the stable spec. AAIF members have submitted comments on the draft; the enterprise auth section had the most discussion, specifically around token lifetime and revocation requirements.
If you maintain an MCP server, the practical checklist is:
Add server/discover and keep initialize as a fallback. Include Mcp-Method and Mcp-Name in CORS allowed headers. Remove Mcp-Session-Id from stateless server responses. EMA is optional for the July 28 release but will likely become required in a future version for enterprise listings in the registry.
HTTP is controlled by the IETF, not Netscape or Microsoft. HTML is controlled by the W3C and WHATWG, not Google or Apple. The pattern is clear: protocols that become infrastructure need to graduate out of single-company control.
MCP has reached that threshold. It's implemented by every major AI editor, supported by hundreds of third-party servers, and increasingly the assumed interface for enterprise AI tooling. Keeping it under one company's roadmap would have been the wrong call — for the ecosystem and, eventually, for adoption by the companies that require neutral infrastructure for procurement purposes.
The AAIF donation is the protocol growing up. For developers who've invested in MCP integrations, it's the best possible signal: the standard you built on isn't going away, and it won't pivot based on one company's product strategy.
AgentReady's MCP endpoint is updated for the 2026-07-28 spec and works with all AAIF-compliant clients. Connect it to Claude, Cursor, or Copilot and query any indexed website.
Connect AgentReady →