Developer Tools
Trust: 39/100 (Limited)io.github.giancarloerra/socraticode Guide
MCP server for local codebase indexing, semantic search, and code dependency graphs.
20 starsby giancarloerra
Quick Start
Install
npx socraticodeClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-giancarloerra-socraticode": {
"command": "npx",
"args": [
"socraticode"
]
}
}
}