cursor-local-indexing

ChromaDB-powered local indexing support for Cursor, exposed as an MCP server

GitHub Stars

22

User Rating

Not Rated

Favorites

0

Views

27

Forks

9

Issues

6

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

1Clone and enter the repository:
bash
   git clone 
   cd cursor-local-indexing
   
2Create a .env file by copying .env.example:
bash
   cp .env.example .env
   
3Configure your .env file:
env
   PROJECTS_ROOT=~/your/projects/root    # Path to your projects directory
   FOLDERS_TO_INDEX=project1,project2    # Comma-separated list of folders to index
   
Example:
env
   PROJECTS_ROOT=~/projects
   FOLDERS_TO_INDEX=project1,project2
   
4Start the indexing server:

Additional Resources