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

# MCP

> Configure Model Context Protocol (MCP) actions in Gorbit

<Warning>
  This page is still a work in progress. A full MCP guide is coming soon!
</Warning>

Model Context Protocol (MCP) enables AI Agents to invoke tools and services in a controlled manner.
You can configure Gorbit to be an MCP client and allow your Agents to retrieve data or perform operations.

<Tip>
  Gorbit can only act as an MCP client. The Gorbit MCP server is coming soon!
</Tip>

## MCP in Gorbit

<Steps>
  <Step title="Navigate to the Actions Dashboard">
    Click your user profile icon and select **Admin Panel** and select the **Actions** tab in the sidebar.

    <img className="rounded-image" src="https://mintcdn.com/gorbit/i9pIrvFbh53KkrjR/assets/admins/actions/actions_overview.png?fit=max&auto=format&n=i9pIrvFbh53KkrjR&q=85&s=4767ca1a61da49c5c289958013a36b1f" alt="Actions dashboard in Gorbit Admin Panel" width="2760" height="1106" data-path="assets/admins/actions/actions_overview.png" />
  </Step>

  <Step title="Connect Gorbit to your MCP Server">
    Select the **From MCP server** under **Create Action**.

    Fill out the fields and select your **Authentication Type**.

    Click **List Actions** to see the available actions from your MCP server.

    <img className="rounded-image" src="https://mintcdn.com/gorbit/i9pIrvFbh53KkrjR/assets/admins/actions/mcp.png?fit=max&auto=format&n=i9pIrvFbh53KkrjR&q=85&s=f521b72b8bb78a0347244ac72b7be7a4" alt="Creating an MCP action in Gorbit Admin Panel" width="1946" height="1394" data-path="assets/admins/actions/mcp.png" />
  </Step>
</Steps>
