Loading MCP server directory, please wait...
MCP server for local codebase indexing, semantic search, and code dependency graphs.
npx @getmcp/cli add io.github.giancarloerra/socraticodeRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.giancarloerra/socraticode": {
"command": "npx",
"args": [
"-y",
"socraticode"
],
"env": {
"EMBEDDING_PROVIDER": "",
"OPENAI_API_KEY": "",
"GOOGLE_API_KEY": "",
"OLLAMA_URL": "",
"EMBEDDING_MODEL": "",
"QDRANT_MODE": "",
"QDRANT_URL": "",
"QDRANT_API_KEY": ""
}
}
}
}