Socraticode (giancarloerra/socraticode) is an MCP server listed on the M8ven Trust Index. It scores 98 out of 100, grade A. It declares 25 tools. No publisher has claimed this listing.

A
Caution
98/100
3 months ago

Socraticode

Enterprise-grade (40m+ lines) codebase intelligence in a zero-setup, private and local MCP: managed indexing, hybrid semantic search, polyglot code dependency graphs, and DB/API/infra knowledge. Benchmark: 61% less tokens, 84% fewer calls, 37x faster than standard AI grep.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

giancarloerra

Source: mcp.so · also listed on Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Known vulnerabilities in dependencies: 1 critical, 1 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 6 credentials: GOOGLE_API_KEY, LITELLM_API_KEY, LMSTUDIO_API_KEY, OLLAMA_API_KEY, OPENAI_API_KEY, QDRANT_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 critical1 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalvitest@4.0.18GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

highglob@11.0.1GHSA-5j98-mcp5-4vw2

glob CLI: Command injection via -c/--cmd executes matches with shell:true

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configEMBEDDING_BATCH_SIZE
configEMBEDDING_CONTEXT_LENGTH
configEMBEDDING_DIMENSIONSDefaults: EMBEDDING_MODEL=text-embedding-3-small, =1536. For higher quality, use text-embedding-3-large with EMBEDDING_DIMENSIONS=3072.
configEMBEDDING_MODELDefaults: =text-embedding-3-small, EMBEDDING_DIMENSIONS=1536. For higher quality, use text-embedding-3-large with EMBEDDING_DIMENSIONS=3072.
configEMBEDDING_PROVIDER"": "openai",
configEXTRA_EXTENSIONSCustom file extensions — Projects with non-standard extensions (e.g. .tpl, .blade) can be included via env var or extraExtensions tool parameter. Works for both indexing and code graph.
🔐 secretGOOGLE_API_KEY"": "AIza..."
configINCLUDE_DOT_FILES
🔐 secretLITELLM_API_KEY"": "sk-...",
configLITELLM_SEND_DIMENSIONSsuffix; =true to forward the OpenAI dimensions parameter
configLITELLM_URLOptional: (default http://localhost:4000/v1) — must include the /v1
🔐 secretLMSTUDIO_API_KEYif you've enabled API key auth in LM Studio.
configLMSTUDIO_URLOptional: (default http://localhost:1234/v1) for non-default ports;
configMAX_FILE_SIZE_MB5 Maximum file size in MB. Files larger than this are skipped during indexing. Increase for repos with large generated or data files you want indexed.
🔐 secretOLLAMA_API_KEY(none) Optional API key for authenticated Ollama proxies
configOLLAMA_HOST
configOLLAMA_MODEIf you have [Ollama](https://ollama.com) installed natively, set =external and point to your instance:
configOLLAMA_PORT11435 Ollama container port (Docker mode). Ignored when OLLAMA_URL is set explicitly.
configOLLAMA_URL"": "http://localhost:11434"
🔐 secretOPENAI_API_KEY"": "sk-..."
🔐 secretQDRANT_API_KEY
configQDRANT_COLLECTION_PREFIX
configQDRANT_GRPC_PORT16334 Qdrant gRPC port (managed mode only)
configQDRANT_HOSTlocalhost Qdrant hostname (alternative to QDRANT_URL for non-HTTPS external instances)
configQDRANT_MODEThe Qdrant container is managed automatically. If you set =external and point QDRANT_URL at a remote or cloud Qdrant instance, Docker is only needed for Ollama (embeddings) in that case.
configQDRANT_PORT16333 Qdrant REST API port (managed mode, or external without QDRANT_URL)
configQDRANT_URLThe Qdrant container is managed automatically. If you set QDRANT_MODE=external and point at a remote or cloud Qdrant instance, Docker is only needed for Ollama (embeddings) in that case.
configRESPECT_GITIGNORE2. .gitignore — All .gitignore files in the project (root and nested subdirectories). Set =false to skip .gitignore processing entirely.
configSCALE_LARGE
configSEARCH_DEFAULT_LIMIT
configSEARCH_MIN_SCORE
configSOCRATICODE_AUTO_RESUMEand SOCRATICODE_AUTO_RESUME_PROJECTS environment variables
configSOCRATICODE_AUTO_RESUME_PROJECTSSOCRATICODE_AUTO_RESUME and environment variables
configSOCRATICODE_BRANCH_AWARE
configSOCRATICODE_GLOBAL_CONFIG_DIR
configSOCRATICODE_LINKED_PROJECTSOr set the environment variable (comma-separated paths):
configSOCRATICODE_LOG_FILE
configSOCRATICODE_LOG_LEVELStructured logging — All operations are logged with structured context for observability. Log level configurable via .
configSOCRATICODE_PROJECT_IDSet to share a single index across all directories of the same project.
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

25/25 tools missing one or more hints — codebase_index (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); codebase_update (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); codebase_remove (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +22 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool inputs are validated

Only 11/25 tool handlers declare input schemas (44%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

Only 0/25 tool handlers wrap calls in try/catch (0%)

Wrap each tool handler body in try/catch and return a structured error response.

Shell command execution

61 child_process calls — runs shell commands

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Production dependencies are patched

0 critical, 1 high severity in production deps — glob@11.0.1 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dev dependencies

1 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

Dependency freshness

1/27 production deps stale: proper-lockfile@2022-06-24 (4y)

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 7 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/giancarloerra/socraticode?variant=verified)](https://m8ven.ai/mcp/giancarloerra/socraticode)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: b2f368bb73682d6524f4e2b2b6246628ad185189
code hash: 9aaf74f99dbc106fa7a5f243da997d72349f8735ea444422e80cec713ef1f1a8
verified: 6/12/2026, 11:51:34 AM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client