Enables semantic code search within the Cursor IDE using locally indexed codebases powered by ChromaDB.
This tool is an experimental Python-based server that allows you to locally index your codebases using ChromaDB and provides a semantic search interface for the Cursor IDE via an MCP server. By configuring the server with the root directory of your projects and the specific folders to index, you can leverage Cursor's agent mode to perform local vector searches, enhancing your coding workflow with intelligent code understanding and retrieval.