Integrations in AI

From the Cursor cheat sheet ยท Advanced Features ยท verified Jul 2026

Integrations

Connect with external tools

bash
# Available integrations:

GitHub         # PR reviews, issue tracking
Git            # Version control integration  
Slack          # Team notifications
Linear         # Task management
Bugbot         # Automated code review

# Setup:
Settings > Integrations > [Service]
- Authenticate
- Configure permissions
- Set notification preferences

# Shell commands:
cursor://command/<command>
- Custom URL protocol
- Trigger from external tools
bash
// EXAMPLE: GitHub integration
1. Connect GitHub account
2. Enable PR reviews
3. Bugbot automatically reviews PRs
4. Comments appear in GitHub

// EXAMPLE: Slack notifications
"Bug found in payment.service.ts"
โ†’ Posted to #dev-alerts channel
๐Ÿ’ก Seamless tool integration
โšก Automated workflows
๐Ÿ” Bugbot for automatic reviews
๐Ÿ“Œ Custom URL protocol support
integrationsgithubslack

More AI tasks

Back to the full Cursor cheat sheet