Connectors

GitHub, Figma, Slack, Linear and service integrations

Connectors

Service integrations that connect Kun to external platforms. Each connector is backed by an MCP server and triggered by keywords.

Configured Services

ServiceAccountMCP ServerTrigger
GitHubabdout (databayt org)githubpush, pr, issue
Figmadatabayt designsfigmafigma, design URLs
Vercelosman-abdouts-projectsverceldeploy, ship
Neondatabayt databasesneonprisma, migration
Stripedatabayt paymentsstripepayment, billing
Sentrydatabayt monitoringsentryerror, debug
Lineardatabayt workspacelinearlinear, task
PostHogdatabayt analyticsposthoganalytics

Planned Connectors

ServiceAccountStatus
Slackhogwarts workspaceMCP configured
Notiondatabayt workspaceNeeds API key
Discorddatabayt serverPlanned

GitHub Integration

The deepest integration. Used for:

  • Code: Push, pull, branch management
  • Issues: 22 labels (priority/type/scope/assign), 3 milestones
  • PRs: Create, review, merge
  • Actions: CI/CD pipeline triggers

Labels

CategoryLabels
PriorityP0-critical, P1-high, P2-medium, P3-low
Typeagent, skill, mcp, hook, rule, memory, docs, infra
Scopecaptain, business, product, tech, specialist, cross-repo
Assignabdout, ali, samia, sedon, captain

Figma Integration

Design-to-code workflow:

"figma https://figma.com/design/abc/..."
  → Figma MCP: get_design_context
  → Map to existing shadcn/ui + atoms
  → Generate components with Tailwind (RTL-aware)

Vercel Integration

Deployment automation:

"deploy" → build verification → Vercel MCP → poll status → report URL
"ship" → production deployment with retry (max 5)

Authentication

Most connectors authenticate via:

  • Environment variables in ~/.claude/.env
  • macOS Keychain via the keychain MCP
  • OAuth for remote MCP servers (Stripe, Linear, Sentry)