Back to Apps

SocratiCode
Supports UIby giancarloerra
Enterprise-grade local codebase intelligence with hybrid semantic search and dependency graphs.
0 stars
Works in:VS Code CopilotCursorCodexGemini CLIzedWindsurf
Exposes:ToolsResources
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
- 0
Categories
Choose your AI client and follow the steps below.
zed
Add to settings.json context_servers entryCodex
Add to ~/.codex/config.toml: [mcp_servers.socraticode]\ncommand = "npx"\nargs = ["-y", "socraticode"]Cursor
Add to mcp.json: { "socraticode": { "command": "npx", "args": ["-y", "socraticode"] } }Windsurf
Add to mcp_config.json entryGemini CLI
Add to settings.json mcpServers entryClaude Desktop
{
"mcpServers": {
"socraticode": {
"command": "npx",
"args": ["-y", "socraticode"]
}
}
}VS Code Copilot
Add to settings.json github.copilot.chat.mcp.servers entry





