Skip to content

Search docs

Find pages, headings, and concepts. Press ⌘K or Ctrl+K to toggle.

Developer tools

GitHub, Linear, Asana, Trello, Jira, Sentry, Vercel, Cloudflare, and Supabase connectors.

Connectors for source control, project tracking, observability, hosting, and infrastructure.

GitHub (github) — OAuth

OperationPurpose
list-reposRepositories visible to the user.
get-issueRead one issue.
create-issueOpen a new issue.
list-prsList pull requests.
create-commentComment on an issue or PR.
searchGitHub search.

Example: a triage agent calls search for is:issue is:open label:bug, then create-comment on stale entries.

Linear (linear) — OAuth

OperationPurpose
list-issuesList issues.
search-issuesSearch issues.
create-issueCreate an issue.
update-issueUpdate an issue.
list-teamsList teams.

Asana (asana) — OAuth

OperationPurpose
get-meAuthenticated user.
list-workspacesList workspaces.
list-projectsList projects.
list-tasks / get-taskRead tasks.
create-task / update-taskManage tasks.

Trello (trello) — API key

OperationPurpose
list-boards / get-boardBoards.
list-listsLists on a board.
list-cardsCards on a list.
create-cardCreate a card.
move-cardMove a card to another list.
add-commentComment on a card.

Jira (jira) — API key

Slug registered. Configure at /[orgSlug]/connectors. Operation surface is exposed through the registry once a connection is active.

Sentry (sentry) — API key

OperationPurpose
list-projectsProjects in the org.
list-issuesIssues in a project.
get-issueOne issue's detail.
list-releasesReleases.
list-project-eventsEvents for a project.

Vercel (vercel) — API key

OperationPurpose
get-userAuthenticated user.
list-projects / get-projectProjects.
list-deployments / get-deploymentDeployments.
list-project-domainsDomains for a project.
list-project-envEnvironment variable names (no values).

Cloudflare (cloudflare) — API key

OperationPurpose
verify-tokenVerify the API token.
list-zonesZones in the account.
list-dns-recordsDNS records for a zone.
create-dns-record / update-dns-record / delete-dns-recordManage DNS.
purge-cachePurge cached assets.

Supabase (supabase) — API key

OperationPurpose
list-organizationsSupabase orgs.
list-projects / get-projectProjects.
query-tableRead rows.
insert-row / update-rows / delete-rowsMutate rows.