Getting Started
New to Context Connectors? Here’s a suggested path:- Index and search → Index and Search Code (3 min)
- Connect an agent → Local MCP Server (3 min)
- Build an app → Store Indexes in S3 (5 min)
- Automate updates → GitHub Actions Auto-Indexing (5 min)
Quickstart Recipes
Index and Search Code
Index a Git repository and search or chat with it (3 minutes)
Index Websites
Crawl and index documentation sites (3 minutes)
Local MCP Server
Add codebase search to Claude Desktop, Claude Code, Cursor, or another agent (3 minutes)
Remote MCP Server
Expose indexes via MCP over HTTP for remote clients (3 minutes)
Store Indexes in S3
Store indexes in S3 for persistent storage in production apps (5 minutes)
GitHub Actions Auto-Indexing
Automatically re-index on every push using GitHub Actions (5 minutes)
Auto-Index with Webhooks
Custom webhook server for auto-indexing (advanced, 10 minutes)
Advanced Recipes
Custom Indexer
Build a custom indexer for any data source using DirectContext
Custom Store
Create custom storage backends (local, S3, or any storage)
Custom Client
Build custom search clients for your applications