-
Notifications
You must be signed in to change notification settings - Fork 2
INTEGRATIONS
github-actions[bot] edited this page Jul 1, 2026
·
2 revisions
Pick the integration path first, then follow the setup guide for that service.
| Goal | Best path |
|---|---|
| Manage issues, docs, or projects | CLI or skill |
| Let an AI tool inspect external context | MCP |
| Authenticate once and reuse locally |
env.d + shell loading |
| Debug a broken setup |
dots-doctor, dots-skills, and auth status commands |
| Integration | Primary path | AI support | Notes |
|---|---|---|---|
| GitHub |
gh + GitHub MCP |
Yes | Repo, PR, issue workflows |
| GitLab |
glab + GitLab workflow |
Yes | Merge request workflows |
| ClickUp | ClickUp CLI | Yes | MCP is legacy only |
| Jira | Atlassian token + skill pack | Yes | Optional external skill pack |
| Confluence | Atlassian token + skill pack | Yes | Uses same Atlassian token as Jira |
| Slack | Slack app tokens + MCP | Yes | Chat and channel access |
| Figma | Figma MCP | Yes | Design context and assets |
| Linear | Linear MCP | Yes | OAuth, no API token required |
| Notion | Notion MCP | Yes | API token based |
- Configure credentials in
~/.config/agentic-workstation/env.d/. - Enable optional skill packs if the integration uses one.
- Register MCP servers in the AI tool you actually use.
- Run
dots-doctoranddots-skills list. - Test one real workflow end to end.