← Back to browse

socraticode

Indexed by io.github.giancarloerra

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsEMBEDDING_PROVIDER OPENAI_API_KEY GOOGLE_API_KEY OLLAMA_URL EMBEDDING_MODEL QDRANT_MODE QDRANT_URL QDRANT_API_KEY
Claude Code
claude mcp add --env EMBEDDING_PROVIDER= --env OPENAI_API_KEY= --env GOOGLE_API_KEY= --env OLLAMA_URL= --env EMBEDDING_MODEL= --env QDRANT_MODE= --env QDRANT_URL= --env QDRANT_API_KEY= socraticode -- npx socraticode
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"socraticode","command":"npx","args":["socraticode"],"env":{"EMBEDDING_PROVIDER":"","OPENAI_API_KEY":"","GOOGLE_API_KEY":"","OLLAMA_URL":"","EMBEDDING_MODEL":"","QDRANT_MODE":"","QDRANT_URL":"","QDRANT_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "socraticode": {
      "command": "npx",
      "args": [
        "socraticode"
      ],
      "env": {
        "EMBEDDING_PROVIDER": "",
        "OPENAI_API_KEY": "",
        "GOOGLE_API_KEY": "",
        "OLLAMA_URL": "",
        "EMBEDDING_MODEL": "",
        "QDRANT_MODE": "",
        "QDRANT_URL": "",
        "QDRANT_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.