Enterprise-grade (40m+ LOC) codebase intelligence, zero-setup, local & private Plugin/Skill/Extension or MCP: hybrid semantic search, polyglot dependency graphs, symbol-level impact analysis & call-flow, interactive HTML viewer, cross-project & branch-aware search, DB/API/infra knowledge. 61% less tokens, 84% fewer calls, 37x faster. Cloud in beta.
SocratiCode is a TypeScript MCP server and native Claude Code plugin that builds a deep, local index of a codebase and exposes that knowledge to AI assistants through a suite of structured tools. It combines hybrid semantic and BM25 search (fused via Reciprocal Rank Fusion), AST-aware code chunking, polyglot dependency graphs, and symbol-level impact and call-flow analysis, with an interactive HTML graph viewer for visual navigation. Context artifacts such as database schemas, API specifications, and infrastructure configs are also indexed and searchable. The server connects to Claude Code as a native plugin and to any MCP-compatible host, and manages a local Docker-based Qdrant vector store with zero configuration, resumable indexing checkpoints, and a file watcher that keeps the index current across sessions. It supports multi-repo and multi-branch indexing, and because it pre-computes blast radius and dependency traversal, the README reports 61 percent fewer tokens consumed and 37 times faster responses compared to naive context loading. Developers working on large codebases, including repositories exceeding 40 million lines of code, are the primary audience.
- ✓Open-source license (AGPL-3.0)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/giancarloerra/SocratiCodeTools overview
What people ask about SocratiCode
What is giancarloerra/SocratiCode?
+
giancarloerra/SocratiCode is tools for the Claude AI ecosystem. Enterprise-grade (40m+ LOC) codebase intelligence, zero-setup, local & private Plugin/Skill/Extension or MCP: hybrid semantic search, polyglot dependency graphs, symbol-level impact analysis & call-flow, interactive HTML viewer, cross-project & branch-aware search, DB/API/infra knowledge. 61% less tokens, 84% fewer calls, 37x faster. Cloud in beta. It has 2.9k GitHub stars and was last updated yesterday.
How do I install SocratiCode?
+
You can install SocratiCode by cloning the repository (https://github.com/giancarloerra/SocratiCode) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is giancarloerra/SocratiCode safe to use?
+
Our security agent has analyzed giancarloerra/SocratiCode and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains giancarloerra/SocratiCode?
+
giancarloerra/SocratiCode is maintained by giancarloerra. The last recorded GitHub activity is from yesterday, with 0 open issues.
Are there alternatives to SocratiCode?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy SocratiCode to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/giancarloerra-socraticode)<a href="https://claudewave.com/repo/giancarloerra-socraticode"><img src="https://claudewave.com/api/badge/giancarloerra-socraticode" alt="Featured on ClaudeWave: giancarloerra/SocratiCode" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies