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
| Operation | Purpose |
|---|
list-repos | Repositories visible to the user. |
get-issue | Read one issue. |
create-issue | Open a new issue. |
list-prs | List pull requests. |
create-comment | Comment on an issue or PR. |
search | GitHub search. |
Example: a triage agent calls search for is:issue is:open label:bug, then create-comment on stale entries.
Linear (linear) — OAuth
| Operation | Purpose |
|---|
list-issues | List issues. |
search-issues | Search issues. |
create-issue | Create an issue. |
update-issue | Update an issue. |
list-teams | List teams. |
Asana (asana) — OAuth
| Operation | Purpose |
|---|
get-me | Authenticated user. |
list-workspaces | List workspaces. |
list-projects | List projects. |
list-tasks / get-task | Read tasks. |
create-task / update-task | Manage tasks. |
Trello (trello) — API key
| Operation | Purpose |
|---|
list-boards / get-board | Boards. |
list-lists | Lists on a board. |
list-cards | Cards on a list. |
create-card | Create a card. |
move-card | Move a card to another list. |
add-comment | Comment 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
| Operation | Purpose |
|---|
list-projects | Projects in the org. |
list-issues | Issues in a project. |
get-issue | One issue's detail. |
list-releases | Releases. |
list-project-events | Events for a project. |
Vercel (vercel) — API key
| Operation | Purpose |
|---|
get-user | Authenticated user. |
list-projects / get-project | Projects. |
list-deployments / get-deployment | Deployments. |
list-project-domains | Domains for a project. |
list-project-env | Environment variable names (no values). |
Cloudflare (cloudflare) — API key
| Operation | Purpose |
|---|
verify-token | Verify the API token. |
list-zones | Zones in the account. |
list-dns-records | DNS records for a zone. |
create-dns-record / update-dns-record / delete-dns-record | Manage DNS. |
purge-cache | Purge cached assets. |
Supabase (supabase) — API key
| Operation | Purpose |
|---|
list-organizations | Supabase orgs. |
list-projects / get-project | Projects. |
query-table | Read rows. |
insert-row / update-rows / delete-rows | Mutate rows. |