Odel
SocratiCode

SocratiCode

Local
@giancarloerra3.3kTypeScriptAGPL-3.0Updated Today

MCP server for local codebase indexing, semantic search, and code dependency graphs.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsocraticodev1.0.1

Run

npx -y socraticode

MCP client config

{
  "mcpServers": {
    "socraticode": {
      "command": "npx",
      "args": [
        "-y",
        "socraticode"
      ]
    }
  }
}