Srclight
Deep code indexing MCP server for AI agents. 25 tools: hybrid FTS5 + embedding search, call graphs, git blame/hotspots, build system analysis. Multi-repo worksp…
- Transport
- Not stated
- Package
- —
- Registry id
- —
No install snippet on purpose. A working MCP config is a command, its arguments and an environment block — the last two are where API keys live, so this catalogue never stores them and cannot publish them. Follow the link above for the authors' own instructions.
Srclight provides deep code indexing for AI agents. Srclight offers 25 MCP tools. Srclight requires minimal dependencies, storing everything in a single SQLite file per repository.
Srclight operates fully offline using Ollama for local embeddings. Srclight performs hybrid search by fusing keyword FTS5 trigram with semantic embeddings via Reciprocal Rank Fusion. Srclight supports multi-repo workspaces by attaching multiple SQLite databases and unioning across schemas.
Srclight can use a GPU-accelerated CuPy backend for sub-3ms semantic queries over tens of thousands of symbols. Srclight is open source software under the MIT license.
Summary drafted from the project's own website. Every sentence is backed by text on that page and was reviewed before publishing.