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 MCP or Gmail MCP.
  2. Generate a personal access token under API tokens.
  3. Point your MCP client at https://stackgate.ai/mcp/trello with bearer auth, or use the Airtable MCP endpoint for database workflows.

MCP Gateway

Connect Cursor, Claude, or any HTTP MCP client to the Private or Business Gateway — one server for all your cloud integrations, with namespaced tools and service discovery.

Integrations

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

  • Airtable MCP — connect ChatGPT or Claude to your bases with OAuth.
  • Trello MCP — boards, lists, and cards for project management agents.
  • Gmail MCP — read and send mail with governed OAuth scopes.
  • Bitbucket MCP — pull request diffs and pipeline status for code review agents.
  • Google Search Console MCP — SEO performance data for marketing workflows.

Workflows

Search multi-integration playbooks — concrete business outcomes with example prompts, gateway tool names, and governance notes.

Enterprise OAuth consent

Company owners can upload a logo, display name, support URL, and privacy policy URL for the MCP OAuth authorize screen. When employees authorize MCP clients in a company workspace, they see your branding instead of the generic stackgate.ai consent page. Personal workspaces always show default stackgate.ai branding.

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. See the gateway setup guide for client configuration.

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.