Srclight – Deep code indexing MCP server (FTS5 and Tree-sitter)
Tree-sitter + FTS5 + MCP = tokens saved for AI agents to actually code, not search.
An MCP server to allows AI agents to query any docs for repos which use Sphinx
Faster doc search for AI agents than vanilla Sphinx, with RRF hybrid retrieval.
Developers using AI agents to query large Sphinx-documented codebases (pandas, celery, cpython, etc.)
Sourcegraph Cody · Continue.dev · Cursor (docs search)
I've run this on several repos of varying size and complexity (pandas, celery, cpython) and have been impressed with the resulting answers.
Tree-sitter + FTS5 + MCP = tokens saved for AI agents to actually code, not search.
Sub-10ms local docs beat cloud RAG when Cursor hallucinates your framework version.
Friday Cleanup opens docs-only PRs weekly—fixes drift without touching your code.
SQLite-only RAG with multi-hop retrieval is a clever constraint for a solved problem.
Hybrid BM25 + vector search via MCP beats pure keyword or pure semantic for API docs.
Yet another codebase access tool when Copilot and Cursor already do this.