> ## Documentation Index
> Fetch the complete documentation index at: https://explore.airia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MCPs

> Connect any app, data source, or custom API to your agents and to external AI tools like Cursor and Claude, through a single governed layer.

MCP (Model Context Protocol) is the emerging standard for how AI systems call tools. Airia sits on both sides of that standard at once: it's a client that connects your agents to thousands of catalogue and custom MCP servers, and it's a server that exposes those same connections to any external MCP-compatible client your team already uses.

In practice, that means one governed place to approve apps, manage credentials, and control exactly which tools an AI can call, whether the AI asking is an agent built inside Airia or a coding assistant like Cursor or Claude Code running on someone's laptop.

## 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.

|                        | Deployment                             | Gateway                                                                                      |
| ---------------------- | -------------------------------------- | -------------------------------------------------------------------------------------------- |
| **Scope**              | One app, for use inside Airia agents   | One or more apps, bundled behind a single endpoint                                           |
| **Used by**            | An AI Model step inside an Airia agent | External MCP clients (Cursor, Claude Code, Claude Desktop, etc.), or an agent's tool section |
| **Visibility**         | Scoped to a project, or all projects   | **Personal** (just you) or **Tenant** (your whole org)                                       |
| **Who can create one** | Any project member with access         | Platform Admin or Security Admin                                                             |

See [Deployments vs. Gateways](/mcps/admin-controls/deployments-vs-gateways) for the full comparison, and [Gateway/Deployment Creation](/mcps/admin-controls/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](/mcps/admin-controls/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](/mcps/admin-controls/tool-scanning).
* **Full activity visibility.** Every tool call, whether it succeeded, was denied, or errored, is logged and searchable. See [MCP Monitoring](/mcps/admin-controls/mcp-monitoring).
* **Context-efficient scaling.** [Radar](/mcps/admin-controls/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](/mcps/admin-controls/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

| Group                                                                | What You'll Find                                                                                                                                |
| -------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| [**Admin Controls**](/mcps/admin-controls/deployments-vs-gateways)   | Approving servers, creating and editing Gateways and Deployments, credentials, tool scanning, Radar, Instructions, custom servers, and SpecLink |
| [**End User Usage**](/mcps/end-user-usage/how-to-set-up-a-gateway)   | Connecting a Gateway to Cursor, Claude Code, or Claude, and recovering a broken credential                                                      |
| [**Popular MCP Servers**](/mcps/popular-mcp-servers/microsoft-graph) | Setup guides for commonly connected servers like Microsoft Graph, Airtable, Snowflake, Jira, Confluence, Box, and Brave Search                  |

## Getting Started

**If you're an admin:**

1. [Approve the servers](/mcps/admin-controls/server-management) your organization is allowed to use.
2. [Create a Gateway or Deployment](/mcps/admin-controls/gateway-deployment-creation) 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](/mcps/admin-controls/mcp-monitoring).

**If you're an end user:**

1. [Connect a Gateway](/mcps/end-user-usage/how-to-set-up-a-gateway) to Cursor, Claude Desktop, or Claude Code.
2. [Add a Deployment to an agent](/mcps/end-user-usage/how-to-add-a-deployment-to-a-gateway) if you're building agents rather than using an external client.
3. If a connection ever stops working, [Credential Recovery](/mcps/end-user-usage/credential-recovery) gets you back up in a click.
