Vector Search Workflows (MCP Vector Search) Overview Use to index codebases into ChromaDB and search via semantic embeddings. The recommended flow is (init + index + MCP integration), then , and use or to keep data fresh. Quick Start detects languages, initializes config, indexes the repo, and configures MCP integrations (Claude Code, Cursor, etc.). Core Commands Indexing Auto-Index Strategies Search Status + Doctor MCP Integration Pattern uses native when available, otherwise falls back to . Typical entry: Reindex Triggers - Dependency updates or parser changes - Large refactors - Adding new…