
SocratiCode
Supports UIby giancarloerra
Enterprise-grade local codebase intelligence with hybrid semantic search and dependency graphs.
What it does
SocratiCode provides deep semantic understanding of entire codebases. It indexes source code locally using Docker, enabling AI assistants to perform hybrid search, visualize dependency graphs, and query non-code context artifacts without data leaving the machine.
Tools
codebase_search: Hybrid semantic + BM25 keyword search for conceptual or exact lookups.codebase_graph_query: Analyzes imports and dependents to map file relationships.codebase_graph_circular: Detects circular dependencies in the codebase.codebase_index: Background indexing of the project codebase.codebase_status: Monitors indexing progress and chunk counts.codebase_context_search: Semantic search across non-code artifacts like API specs and DB schemas.
Installation
Add the following to your claude_desktop_config.json:
"socraticode": {
"command": "npx",
"args": ["-y", "socraticode"]
}
Supported hosts
Claude Desktop, VS Code Copilot, Cursor, Codex, Gemini CLI, Zed, Windsurf
Quick install
npx -y socraticodeInformation
- Pricing
- free
- Published
- 4/21/2026
- stars






