Privacy
Code Indexer privacy
YDB Qdrant Code Indexer stores the minimum data needed to index installed repositories and serve hosted MCP search.
Stored data
- GitHub account, installation, and repository metadata needed to show access and indexing status.
- Code snippets selected by repository permissions and repository indexing configuration.
- Embedding vectors generated from indexed snippets and stored in YDB-backed Qdrant-compatible collections.
- MCP/API tokens as hashes only. Plaintext tokens are shown once when created.
- Usage counters and audit logs for quota enforcement, abuse prevention, and operational debugging.
Deletion behavior
- Uninstalling the GitHub App or removing a repository deletes indexed collections for removed repositories.
- The dashboard delete-data action removes sessions, MCP/API tokens, GitHub user data, linked installation rows, repository rows, and indexed repository data where the user owns the eligible linked data.
- Revoking an MCP token immediately prevents future hosted MCP searches with that token.