47
/ 100
23 hours ago
npm

logosdb-mcp-server

MCP server exposing LogosDB semantic search to Claude Code and other MCP clients

jose-compu/logosdb· npm: logosdb-mcp-server· listed on npm
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.

Install from

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

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 5 credentials: OPENAI_API_KEY, VOYAGE_API_KEY, MISTRAL_API_KEY, ANTHROPIC_API_KEY, COHERE_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configEMBEDDING_DIM
configEMBEDDING_FETCH_TIMEOUT_MS
configEMBEDDING_PROVIDER(local) Omit for Transformers.js on-device; or ollama, openai, voyage
configLOGOSDB_CHUNK_MODEauto Chunking strategy: auto (per-extension), line (code), section (markdown/rst), legacy (original paragraph/char). See [mcp/README.md — Chunking strategies](mcp/README.md#chunking-strategies).
configLOGOSDB_CHUNK_SIZE800 Target characters per chunk for "legacy" and "section" chunking modes
configLOGOSDB_INDEX_ROOTlogosdb_index_file rejects a path Path is outside cwd / ; use a path inside the project or set LOGOSDB_INDEX_ROOT.
configLOGOSDB_PATHDecide where the DB lives: (default ./.logosdb) is created under the project root; add the directory to .gitignore if you do not want it committed.
configLOGOSDB_QUOTA_MAX_NAMESPACES
configLOGOSDB_QUOTA_MAX_VECTORS
configLOGOSDB_RESPECT_GITIGNORE
configOLLAMA_EMBED_MODEL
configOLLAMA_HOST
🔐 secretOPENAI_API_KEYRequired when EMBEDDING_PROVIDER=openai
configOPENAI_EMBEDDING_MODEL
configTRANSFORMERS_MODELXenova/all-MiniLM-L6-v2 Local embedding model (bundled MCP path)
🔐 secretVOYAGE_API_KEYRequired when EMBEDDING_PROVIDER=voyage
configVOYAGE_EMBEDDING_MODEL
configXDG_CONFIG_HOME
🔐 secretMISTRAL_API_KEY
🔐 secretANTHROPIC_API_KEY
🔐 secretCOHERE_API_KEY
configHNSWLIB_NO_NATIVE
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 0 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 Score](https://m8ven.ai/badge/mcp/logosdb-mcp-server-d0hlz6)](https://m8ven.ai/mcp/logosdb-mcp-server-d0hlz6)
commit: 2c3ccc3270299e3561b9fb24142094acb86fe724
code hash: b4eae1e732cacfc10103858775e69462315de3872962adf79d92604033c5fbae
verified: 7/30/2026, 8:17:54 PM
view raw JSON →