Integrations Overview
Chatty AI supports multiple integrations to extend functionality and connect with external services.
Available Integrations
Built-in Integrations
-
- Workflow automation and orchestration
- Pre-configured with Chatty AI connection
- Create custom workflows and automations
-
Databases (Natural Language to SQL)
- Query databases using natural language
- Support for PostgreSQL, MySQL, and more
- Visual query builder and results
-
- Outlook, OneDrive, Teams, SharePoint
- Calendar, To Do, Planner, OneNote
- Excel integration
-
- Project management and issue tracking
- Create and manage Jira tickets
- Query project status
-
- Work management and collaboration
- Create and manage Monday.com items
- Track board status and progress
MCP Servers (Model Context Protocol)
- MCP Servers
- Filesystem access
- Git operations
- Database connections
- Custom MCP servers
Integration Architecture
┌─────────────────────────────────────────────────────────────┐
│ Chatty AI │
│ │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │ n8n │ │Databases │ │ MS365 │ │ Jira │ │
│ │Workflows │ │ SQL │ │ Apps │ │ Tickets │ │
│ └──────────┘ └──────────┘ └──────────┘ └──────────┘ │
│ │
│ ┌─────────────────────────────────────────────────────┐ │
│ │ MCP Servers (Extensibility) │ │
│ │ Filesystem │ Git │ Database │ Custom Servers │ │
│ └─────────────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────────┘
Quick Setup Guide
1. n8n Workflows
Already configured - just start creating workflows:
# Access n8n
https://YOUR_N8N_DOMAIN
# API key is auto-configured
# Start building workflows immediately
2. Databases
Already configured - connect your databases:
# Access Databases UI
https://YOUR_DATABASES_DOMAIN
# Add data source
# Start querying with natural language
3. Microsoft 365
Requires OAuth setup:
# Set environment variables
CHATTY_APP_MS365_OAUTH_CLIENT_ID=your-client-id
CHATTY_APP_MS365_OAUTH_CLIENT_SECRET=your-secret
# Restart services
docker compose restart chattyai
4. MCP Servers
Configure MCP server URLs:
# Add to .env or configure in UI
# See MCP Servers documentation
Integration Status
| Integration | Status | Configuration Required | Documentation |
|---|---|---|---|
| n8n | ✅ Auto-configured | No | n8n Integration |
| Databases | ✅ Auto-configured | Data source setup | Databases Integration |
| MS365 Apps | ⚙️ Optional | OAuth credentials | MS365 Apps |
| Jira | ⚙️ Optional | API credentials | Jira Integration |
| Monday.com | ⚙️ Optional | API token | Monday.com Integration |
| MCP Servers | ⚙️ Optional | Server URLs | MCP Servers |
Next Steps
- Review integration documentation for detailed setup
- Configure required credentials for optional integrations
- Test integrations after configuration
- Create workflows using n8n
- Connect data sources in Databases
Related Documentation
- Environment Variables - Configuration options
- Core Application Variables - Integration settings
- Post-Install Validation - Testing integrations