// MCP · Connectors
CONNECTORS
Wire up external tools so GAIA Code can act — not just answer. Each connector exposes a live MCP server to your Perplexity Space.
// Capabilities
ACT ON YOUR STACK.
With connectors enabled, GAIA Code goes from advice to action.
Read repositories
Browse code, files, and structure across your repos.
Create branches
Spin up working branches for features and fixes.
Open pull requests
Push commits and open PRs you can review and merge.
Trigger automations
Fire any n8n workflow exposed as an MCP server.
// Available connectors
SETUP GUIDES
GITHUB
Source controlGive GAIA Code read/write access to your repositories — read code, create branches, push commits, open PRs, and manage issues.
Find GitHub & Log In
Locate the GitHub connector in the list. Click it, log in to your GitHub account, and follow the authorization prompts to complete the connection.
N8N
AutomationExpose any n8n workflow as an MCP server so GAIA Code can trigger automations directly.
Enable MCP in n8n
Navigate to your n8n instance at [yourproject].app.n8n.cloud/settings/mcp. Enable the MCP server toggle and copy the MCP Server URL shown on that page.
Add Custom Connector in Perplexity
Go to perplexity.ai/account/connectors and click "+ Custom Connector". Paste the MCP Server URL you copied from n8n, then click Add.
SUPABASE
DatabaseQuery your Supabase database, manage tables, and run edge functions directly from GAIA Code via the official Supabase remote MCP server.
Open Perplexity Connectors
Go to perplexity.ai/account/connectors and click "+ Custom Connector".
Enter the Supabase MCP URL
Paste the official Supabase remote MCP endpoint as the server URL: https://mcp.supabase.com/mcp. This is Supabase's hosted MCP server — no local install or personal access token required up front.
Authenticate with Supabase
After adding the connector, Perplexity will initiate an OAuth flow. Log in to your Supabase account and authorize access. Your projects will be available to GAIA Code once the flow completes.
Scope to a specific project (optional)
By default the MCP server can access all projects in your account. To limit it to one project, note your project ref from the Supabase dashboard URL (https://supabase.com/dashboard/project/<project-ref>) — you can share it with GAIA Code in your Space instructions so it targets the right database.
// Questions
CONNECTORS FAQ
Connectors are Perplexity MCP (Model Context Protocol) integrations that let GAIA Code act on external systems — like reading and writing GitHub repositories, triggering n8n workflows, or querying a Supabase database — instead of only answering questions.
NOT SET UP YET?
Deploy GAIA Code first, then add connectors to give it hands on your repos and automations.
GET STARTED