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/SocratiCodeResumen de Tools
Lo que la gente pregunta sobre SocratiCode
¿Qué es giancarloerra/SocratiCode?
+
giancarloerra/SocratiCode es tools para el ecosistema de Claude AI. 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. Tiene 2.9k estrellas en GitHub y se actualizó por última vez yesterday.
¿Cómo se instala SocratiCode?
+
Puedes instalar SocratiCode clonando el repositorio (https://github.com/giancarloerra/SocratiCode) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar giancarloerra/SocratiCode?
+
Nuestro agente de seguridad ha analizado giancarloerra/SocratiCode y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene giancarloerra/SocratiCode?
+
giancarloerra/SocratiCode es mantenido por giancarloerra. La última actividad registrada en GitHub es de yesterday, con 0 issues abiertos.
¿Hay alternativas a SocratiCode?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega SocratiCode en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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