Skip to main content
MCP (Model Context Protocol) is how AI systems call tools. Airia sits on both sides of that standard: it connects your agents to catalogue and custom MCP servers, and it exposes those same connections to external clients like Cursor and Claude Code. One governed layer handles approval, credentials, and which tools an AI can call, whether that AI is an agent built inside Airia or a coding assistant running on someone’s laptop. Diagram of the Airia MCP Gateway routing requests from Airia agents and third-party MCP clients, through the User Credential Store, to Airia-created, Official, and Custom MCP servers View the full diagram ↗

Two ways to connect

Every integration in Airia is built from the same three ingredients: an app, its credentials, and the specific tools you expose. What changes is scope and where it’s used. See Deployments vs. Gateways for the full comparison, and Gateway/Deployment Creation for how to build either one.

Built-in governance

Because every connection, whether it’s feeding an internal agent or an external client, passes through the same layer, a few things come for free:
  • A single approval gate. Admins decide which of Airia’s 1,200+ catalogue servers (plus any custom ones) are usable at all, before anyone can add them to a Gateway or Deployment. See Server Management.
  • Prompt injection screening. Every tool’s name and description is scanned for hidden prompt injection attempts before it’s exposed. See Tool Scanning.
  • Full activity visibility. Every tool call, whether it succeeded, was denied, or errored, is logged and searchable. See MCP Monitoring.
  • Context-efficient scaling. Radar lets a Gateway with hundreds of tools stay lightweight by letting agents search for what they need instead of loading every tool definition up front.
  • Org-specific know-how. The Instructions Tool attaches your team’s own conventions, naming, and workflows to a Gateway or Deployment, so agents use your tools the way your team actually works.

What’s in this section

Getting started

If you’re an admin:
  1. Approve the servers your organization is allowed to use.
  2. Create a Gateway or Deployment and connect credentials for the apps you need.
  3. Share the Gateway with your team, or attach the Deployment to an agent.
  4. Keep an eye on usage with MCP Monitoring.
If you’re an end user:
  1. Connect a Gateway to Cursor, Claude Desktop, or Claude Code.
  2. Add a Deployment to an agent if you’re building agents rather than using an external client.
  3. If a connection ever stops working, Credential Recovery gets you back up in a click.

Deployments vs. Gateways

Decide which connection model fits your use case

Server Management

Approve which catalogue servers your org can use

Set up a Gateway

Connect a Gateway to Cursor, Claude, or another client

MCP Monitoring

Inspect tool calls, denials, and errors