SocratiCode and agent-context-code
These are direct competitors: both provide local, semantically-searchable code indexing with MCP integration for AI assistants, differing primarily in scale (enterprise vs. lightweight) and maturity (established vs. experimental).
About SocratiCode
giancarloerra/SocratiCode
Enterprise-grade (40m+ lines) codebase intelligence in a zero-setup, private and local MCP: managed indexing, hybrid semantic search, polyglot code dependency graphs, and DB/API/infra knowledge. Benchmark: 61% less tokens, 84% fewer calls, 37x faster than standard AI grep.
Implements AST-aware code chunking paired with hybrid BM25 + semantic search (RRF-fused ranking) and maintains automatically-updated Qdrant vector indices via file watchers across sessions. Provides searchable infrastructure artifacts (schemas, API specs, configs) alongside polyglot dependency graphs with circular-dependency detection, supporting multi-agent concurrent indexing with Docker-based local deployment or cloud embedding backends (OpenAI, Gemini). Integrates as MCP server across Claude Code, VS Code, Cursor, and other MCP hosts with resumable batched indexing that survives interruptions.
About agent-context-code
tlines2016/agent-context-code
A 100% local semantic code search tool featuring hybrid search (vector + BM25), AST-aware chunking, and native MCP integration for AI coding assistants.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work