Why Companies Should Open Source and Host Their Own MCP Servers

AI
MCP
LLMs
Claude Code
Author

Lawrence Wu

Published

August 21, 2025

Model Context Protocol (MCP) has quickly become a standard interface for how agents and LLM-powered clients interact with tools and APIs. What’s exciting is that some companies are already hosting public-facing MCP servers with authorization. For example, Atlassian provides one here: Getting Started with the Atlassian Remote MCP Server. Their MCP server lives at: https://mcp.atlassian.com/v1/sse.

This means customers can simply plug in that URL, add their authentication credentials, and instantly connect any MCP client—whether that’s VS Code, Windsurf, ChatGPT (directly now in their Responses API, Claude Code), or agent frameworks like LangGraph and ADK. Users don’t have to worry about deploying or managing their own MCP instance. Users also do not need to rely on companies to build agents or AI applications for their services. Users can go ahead and use their LLM or AI tool of choice and plug in these remote MCP servers to build their own agents and AI applications.

That’s a powerful model—and one that more companies should follow.


Why This Matters for Companies

Each company has an opportunity to be forward-leaning and recognized as an AI-first company in how they adopt and expose MCP internally and externally. By exposing MCPs, they will allow their customers the flexibility to build custom agents and AI applications on top of the company’s APIs and their data in the vendor.

For example, now that there is an Atlassian MCP Server that is compatible with JIRA and Confluence, anyone can build a:

  • JIRA Agent that uses JIRA tools in the Atlassian MCP Server in any AI tool: ChatGPT, Claude, Claude Code, LangGraph, you name it.
  • Confluence Deep Research Agent that uses Confluence tools in the Atlassian MCP Server in any AI tool with any reasoning model like o3-deep-research or gemini-2.5-pro or any open source model of your choice.

Right now, very few companies are both:

  • Open sourcing their MCP Server code, and
  • Hosting public remote MCP servers.

I think companies should do both. Here’s how.