Available connectors
| Connector | What Ori can do | Setup |
|---|---|---|
| GitHub | Browse repos, read issues, review PRs, search code, view file contents | Personal access token |
| Gmail | Read and search emails, draft replies | OAuth (Google account) |
| Google Calendar | View schedule, create events, check availability | OAuth (Google account) |
| Slack | Read channels, send messages, search conversations | Bot token |
| Notion | Read pages, query databases, search workspace | Integration token |
Setting up a connector
How connectors work
Connectors are powered by MCP (Model Context Protocol) — the same standard used by Claude, Cursor, and other AI tools. When you enable a connector:- Ori starts a local MCP server for that service
- The connector’s tools are registered in the Skill Graph
- They get the same intelligent routing as built-in tools
- All communication happens locally — credentials never leave your machine
Using connectors in conversation
You don’t need to specify which connector to use. Just describe what you want:| You say… | Ori uses… |
|---|---|
| ”What issues are assigned to me?” | GitHub connector |
| ”Draft a reply to the latest email from Sarah” | Gmail connector |
| ”Am I free tomorrow at 2pm?” | Google Calendar connector |
| ”What’s happening in #engineering?” | Slack connector |
| ”Find the product roadmap doc” | Notion connector |