Developers

Documentation

Connect AI clients to your company integrations through the MCP gateway.

Quickstart

  1. Create a company and connect an integration (for example Trello or Gmail).
  2. Generate a personal access token under API tokens.
  3. Point your MCP client at https://stackgate.ai/mcp/trello with bearer auth.

Integrations

Browse setup guides, available tools, and connection instructions for every MCP integration.

HTTP authentication

Send a Sanctum bearer token on every MCP request. Credentials for upstream services are resolved from your company's stored integration — never passed as tool arguments.

Authorization: Bearer <your-token>

Cloud integrations (HTTP)

Most integrations run on the hosted stackgate.ai hub. Point your MCP client at an integration endpoint (for example https://stackgate.ai/mcp/trello) with a personal access token — no local server required.

Or use the private gateway at https://stackgate.ai/mcp/private to access all your active cloud integrations through one connection.

Local integrations (desktop app)

Some integrations run on your Mac through the stackgate.ai desktop app. Connect the integration on the website, install the desktop app, sign in once, then use Configure Cursor or Configure Claude in the app menu.

You do not need to run stackgate.ai locally or install PHP. The desktop app handles MCP execution on your machine.