Donating the Model Context Protocol and establishing the Agentic AI Foundation

15 hours ago (anthropic.com)

It feels far too early for a protocol that's barely a year old with so much turbulence to be donated into its own foundation under the LF.

Alot of people don't realize this, but the foundations that wrap up to the LF have revenue pipelines that are supported by those foundations events (like Kubecon brings in ALOT of money for the CNCF), courses, certifications, etc. And, by proxy, the projects support those revenue streams for the foundations they're in. The flywheel is _supposed_ to be that companies donate to the foundation, those companies support the projects with engineering resources, they get a booth at the event for marketing, and the LF can ensure the health and well-being of the ecosystem and foundation through technical oversight committees, elections, a service-desk, owning the domains, etc.

I don't see how MCP supports that revenue stream nor does it seem like a good idea at this stage: why get a certification for "Certified MCP Developer" when the protocol is evolving so quickly and we've yet to figure how OAuth is going to work in a sane manner?

Mature projects like Kuberentes becoming the backbone of a foundation, like it did with CNCF, makes alot of sense: it was a relatively proven technology at Google that had alot of practical use cases for the emerging world of "cloud" and containers. MCP, at least for me, has not yet proven it's robustness as a mature and stable project: I'd put it into the "sandbox" category of projects which are still rapidly evolving and proving their value. I would have much preferred for Anthropic and a small strike team of engaged developers to move fast and fix alot of the issues in the protocol vs. it getting donated and slowing to a crawl.

  • At the same time, the protocol's adoption has been 10x faster than Kubernetes, so if you count by this metric, it actually makes sense to donate it now to let others actors in. For instance, without this Google will never fully commit to MCP.

  • I don't see a future in MCP; this is grandstanding at at it's finest.

It really feels to me that MCP is a fad. Tool calling seems like the overwhelming use case, but a dedicated protocol that goes through arbitrary runtimes is massive overkill

  • I'm kind of in the same boat, I'm probably missing something big, this seems like a lot of work to serve a json file with a url.

  • What sort of structure would you propose to replace it?

    What bodies or demographics could be influential enough to carry your proposal to standardization?

    Not busting your balls - this is what it takes.

    • Why replace it at all? Just remove it. I use AI every day and don't use MCP. I've built LLM powered tools that are used daily and don't use MCP. What is the point of this thing in the first place?

      It's just a complex abstraction over a fundamentally trivial concept. The only issue it solves is if you want to bring your own tools to an existing chatbot. But I've not had that problem yet.

      17 replies →

  • MCP is a universal API - a lot of web services are implementing it, this is the value it brings.

    Now there are CLI tools which can invoke MCP endpoints, since agents in general fare better with CLI tools.

Contrary to what a lot of the other comments here are claiming, I don't think that's the mark of death for MCP and Anthropic trying to get rid of it.

From the announcement and keeping up with the RFCs for MCP, it's pretty obvious that a lot of the main players in AI are actively working with MCP and are trying to advance the standard. At some point or another those companies probably (more or less forcefully) approached Anthropic to put MCP under a neutral body, as long-term pouring resources into a standard that your competitor controls is a dumb idea.

I also don't think the Linux Foundation has become the same "donate your project to die" dumping ground that the Apache Software Foundation was for some time (especially for Facebook). There are some implications that come with it like conference-ification and establishing certificates programs, which aren't purely good, but overall most multi-party LF/CNCF projects have been doing fairly well.

Anthropic wants to ditch MCP and not be on the hook for it in the future -- but lots of enterprises haven't realized its a dumb, vibe coded standard that is missing so much. They need to hand the hot potato off to someone else.

Interestingly, Google already donated its own AgentToAgent (A2A) protocol to the Linux donation way earlier this year.

> "Since its inception, we’ve been committed to ensuring MCP remains open-source, community-driven and vendor-neutral. Today, we further that commitment by donating MCP to the Linux Foundation."

Interesting move by Anthropic! Seems clever although curious if MCP will succeed long-term or not given this.

say MCP is a dead-end without saying it's dead.

I really like Claude models, but I abhor the management at Anthropic. Kinda like Apple.

They never open sourced any models, not even once.

Kinda weird/unexpected to see goose by block as a founding partner. I am aware of them but did not realize their importance when it comes to MCP.

Is the Linux Foundation basically a dumping ground for projects that corporations no longer want to finance but still keep control over?

Facebook still has de facto control over PyTorch.

  • It has little to do with financing. In addition to the development cost there is now also a membership fee.

    What a donation to the Linux foundation offers is ensuring that the trademarks are owned by a neutral entity, that the code for the SDKs and ownership of the organization is now under a neutral entity. For big corporations these are real concerns and that’s what the LF offers.

    • It would be a crazy antitrust violation for all of these companies to work together on something closed source - e.g. if Facebook/Google/Microsoft all worked on some software project and then kept it for themselves. By hosting it at a neutral party with membership barriers but no technical barriers (you need to pay to sit on the governing board, but you don't need to pay to use the technology), you can have collaboration without FTC concerns. Makes a ton of sense and really is a great way to keep tech open.

This sounds more like anthropic giving up on mcp than it does a good faith donation to open source.

Anthropic will move onto bigger projects and other teams/companies will be stuck with sunk cost fallacy to try and get mcp to work for them.

Good luck to everyone.

I hope MCP will prosper inside this new structure! Block donating Goose is a bit more worrisome - it feels like they are throwing it away into the graveyard.

OpenAI post: https://news.ycombinator.com/item?id=46207383)

  • AGENTS.md as a “project” is hilarious to me. Thank you so much OpenAI for “donating” the concept of describing how to interact with software in a markdown file. Cutting edge stuff!

    • A lot of this stuff seems silly but is important to clear the legal risk. There is so much money involved that parasites everywhere are already drafting patent troll lawsuits. Limiting the attack surface with these types of IP donations is a public service that helps open source projects and standards survive.

I can specify and use tools with an LLM without MCP, so why do I need MCP?

  • Depends a bit on where your agent runs and how/if you built it.

    I'm not arguing if one or the other is better but I think the distinction is the following:

    If an agent understands MCP, you can just give it the MCP server: It will get the instructions from there.

    Tool-Calling happens at the level of calling an LLM with a prompt. You need to include the tool into the call before that.

    So you have two extremes:

    - You build your own agent (or LLM-based workflow, depending on what you want to call it) and you know what tools to use at each step and build the tool definitions into your workflow code.

    - You have a generic agent (most likely a loop with some built-in-tools) that can also work with MCP and you just give it a list of servers. It will get the definitions at time of execution.

    This also gives MCP maintainers/providers the ability/power/(or attack surface) to alter the capabilities without you.

    Of course you could also imagine some middle ground solution (TCDCP - tool calling definition context protocol, lol) that serves as a plugin-system more at the tool-calling level.

    But I think MCP has some use cases. Depending on your development budget it might make sense to use tool-calling.

    I think one general development pattern could be:

    - Start with an expensive generic agent that gets MCP access.

    - Later (if you're a big company) streamline this into specific tool-calling workflows with probably task-specific fine-tuning to reduce cost and increase control (Later = more knowledge about your use case)

    • I've rarely seen any non elementary use cases where just giving access to an MCP server just works, often times you need to update prompts to guide agents in system prompts or updated instructions. Unless you are primarily using MCP for remote environments (coding etc or to a persons desktop) the uses of it over normal tool calling doesn't seem to scale with complexity.

Leaving aside the mediocre reputation of the Linux Foundation, is it true that everyone moving away from MCP and towards Claude Skills at this point?

  • I think we need to separate what we do in development vs. what happens in production environments. In development using skills makes a lot of sense. It's fast and efficient, and I'm already in a sandbox. In production (in my case a factory floor) allowing an agent to write and execute code to access data from a 3rd party system is a security nightmare.

  • Didn't see any company moving from MCP to Skills in the past 2 months. Skills is great but it's definitely not an MCP competitor