MCP is easy. Running it in production (especially at scale) isn't.
Which is unfortunate because MCP truly unleashes the potential of AI, allowing systems to work with external data and tools.
However, having worked with MCP since March 2025, I can give you some tips & best practices for making MCP work in production.
The Problem: When you connect your MCP client (e.g., Claude or Cursor) directly to multiple MCP servers (e.g., Atlassian, GitHub, Notion), you're managing:
In essence, most teams roll out MCP like this:
The Solution: MCP Gateway
Instead of this tangled web of data flows, you want an MCP gateway.
What this gives you:
The Problem: When your security team asks "who accessed customer data through AI?" or "what Jira tickets were modified?", can you answer?
Without audit logs:
Audit logs and MCP governance are especially important when connecting multiple servers to AI systems. Check out the video below to see a secure setup in action. 👇
The Problem: The Atlassian MCP Server exposes dozens of tools:
jira_get_issue ✅ jira_delete_issue ⚠️ confluence_create_page ✅ confluence_delete_space 🚨 By default, AI gets access to ALL of them. Do you really want Claude deleting Jira tickets or Confluence spaces?
The Solution: Tool-Level Provisioning
Not every use case needs full write access. Think about:
get and search toolsHow to implement:
With MCP Gateway: Configure which tools are enabled per gateway. In addition, using an MCP gateway ensures that users only enable the permissions to AI that they themselves have. See the demo below. 👇
The Problem: Your Jira tickets might contain:
When AI pulls this data, it gets sent to Claude's API. Even if Anthropic doesn't train on your data, that's still exposure you might not want.
The Solution: Runtime PII Detection
Before data leaves your infrastructure, scan for:
How to implement:
With MCP Gateway: Enable PII detection in your gateway configuration:
I hope this helps! I will likely write future articles about more nuts + bolts of MCP implementation, like OAuth flows, internal MCP registries, and more.
Becky Brooks - MCP Gateway for Jira
1 comment