Local Code Search
Locally indexes codebases using ChromaDB to enable semantic code search without sending code to external services, featuring real-time updates through file system watchers and configurable ignore patterns.
22 stars
0 tools
Created Aug 2025
@luotocompany/luotocompany-local-code-search-cursor-local-indexingAbout
Locally indexes codebases using ChromaDB to enable semantic code search without sending code to external services, featuring real-time updates through file system watchers and configurable ignore patterns.
Categories
general
Installation
npm
npm install @luotocompany/luotocompany-local-code-search-cursor-local-indexing
Configuration
{
"mcpServers": {
"luotocompany-local-code-search-cursor-local-indexing": {
"command": "npx",
"args": [
"-y",
"@luotocompany/luotocompany-local-code-search-cursor-local-indexing"
]
}
}
}