Overview
ctxd is cloud context infrastructure. It connects to your cloud files and data, indexes everything, and makes it searchable via API, CLI, or MCP.
How it works
Section titled “How it works”- Connect your apps (Google Drive, Slack, GitHub, Calendar) via OAuth
- Index happens automatically. Every file is parsed, chunked, and indexed
- Search from any interface. API, CLI, MCP. One query, all apps
Interfaces
Section titled “Interfaces”| Interface | For | Install |
|---|---|---|
| Python SDK | Your code | pip install ctxd |
| CLI | Your terminal | pip install ctxd |
| MCP | AI agents | No install needed |
| REST API | Any HTTP client | No install needed |
All four interfaces hit the same index. Same data, same permissions, same query syntax.
Connectors
Section titled “Connectors”| App | What gets indexed |
|---|---|
| Google Drive | Docs, Sheets, Slides, PDFs, images (OCR) |
| Slack | Messages, threads, file attachments |
| GitHub | Repos, issues, PRs, code files |
| Google Calendar | Events and scheduling data |
Next steps
Section titled “Next steps”- Quickstart to get searching in 5 minutes
- Search DSL to learn the query language
- MCP Setup to connect your AI agent