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
BeginnerEstimated 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
env
PROJECTS_ROOT=~/projects
FOLDERS_TO_INDEX=project1,project2
4Start the indexing server:
Additional Resources
Author Information
5
Followers
7
Repositories
0
Gists
0
Total Contributions
Related MCPs
mcp-baostock-server
38
The mcp-baostock-server is a data analysis tool built in Python that serves as a server for retrieving and analyzing stock market data. Users can access real-time data and perform customizable analyses. This project is useful for developers interested in stock investment and data science.