---
title: "Integrations"
description: "Connect Projectyl with your development tools."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.projectyl.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

Projectyl integrates with external services so your team can track code activity and enrich conversations — without leaving the app.

## Supported integrations

| Provider   | Status    | Features                                                           |
| ---------- | --------- | ------------------------------------------------------------------ |
| **GitHub** | Available | Create branches from tasks, automatic PR tracking, merge detection |
| **MCP**    | Available | Connect AI assistants to read and manage workspace data            |
| **GitLab** | Planned   | Coming soon                                                        |
| **Giphy**  | Planned   | Add GIFs to chat messages — coming soon                            |

## How it works

When you connect a Git provider to your workspace, developers can create branches directly from tasks. Projectyl then uses webhooks to automatically track the development lifecycle:

1. **Branched** — A branch is created from a task.
2. **PR Open** — A pull request is opened that references the task.
3. **Merged** — The pull request is merged.

This lifecycle appears in the **Development** section of each task's detail panel, giving your team visibility into code progress without switching tools.

See [GitHub Integration](/guides/github) for the full setup guide.

For AI assistant integration via MCP, see [MCP Integration](/guides/mcp).

## Managing connections

Workspace Owners and Admins can manage integration connections from **Settings → Integrations** (at the workspace level). Each connection shows:

- **Provider** — The connected service (e.g. GitHub).
- **Account** — The GitHub organisation or user account.
- **Status** — Active or suspended.
- **Actions** — Manage on GitHub, unsuspend, or remove.

Source: https://docs.projectyl.app/guides/integrations/index.mdx
