{"id":"glommer-codemogger","name":"codemogger","af_score":58.8,"security_score":50.2,"reliability_score":27.5,"what_it_does":"codemogger indexes local source code by parsing it with tree-sitter, chunking into semantic units, embedding chunks with a provided/local embedding pipeline, and storing vectors plus full-text search in a single embedded SQLite (.db) file; it also provides an MCP server and CLI for indexing/reindexing and searching that index.","best_when":"You want an on-device, agent-friendly code search/indexing capability with a single-file SQLite database and a local embedding model.","avoid_when":"You need a networked API with remote authentication/tenancy controls or require strict guarantees about data retention policies beyond local storage.","last_evaluated":"2026-03-30T13:34:09.052282+00:00","has_mcp":true,"has_api":false,"auth_methods":[],"has_free_tier":false,"known_gotchas":["Embedding model runtime/latency: initial indexing can be dominated by local embedding compute (potentially long-running MCP calls).","Index lifecycle: agents should ensure they call index/reindex before searching relevant code.","Local file permissions/paths: MCP/CLI operate on local directories and write/read .db files; path mismatches can lead to empty/incorrect results.","Indexing respects .gitignore; agents expecting full traversal may miss ignored files."],"error_quality":0.0}