An MCP server that indexes a repository locally and provides keyword, semantic, hybrid, and SQL search tools, enabling coding agents to answer questions about the codebase efficiently without reading files one by one.
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.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
When Vitest UI server is listening, arbitrary file can be read and executed
Vitest allows Remote Code Execution when accessing a malicious website while Vitest API server is listening
process.env. You'll be asked to provide them before it can run.BENCH_MODELCX_AUTO_INDEX— on 0 makes a query on an unindexed repo error instead of building the index inline on the first search/sqlCX_AUTO_SYNC— on 0 disables the MCP server's background staleness syncCX_BENCH_CONCURRENCYCX_BENCH_QUESTIONSCX_BENCH_REPOCX_COMPACTION_TARGET_MIBCX_EMBED_DTYPECX_EMBED_MODELCX_EMBED_RAWCX_INDEX_DIR— repo>/.infino where the index livesCX_MAX_FILES— / CX_MAX_FILE_BYTES 20000 / 1MB indexing caps (files over the file cap are left out; search/sql then flag the index as partial so an absence isn't read as proof)CX_MAX_FILE_BYTES— CX_MAX_FILES / 20000 / 1MB indexing caps (files over the file cap are left out; search/sql then flag the index as partial so an absence isn't read as proof)CX_NO_EMBED— off keyword-only mode for the MCP server (skip the vector stage)CX_NO_RECEIPT— off 1 turns off usage accounting - the per-call receipt on results and the cx usage ledgerCX_ROOT— Point the server at a repo explicitly with env: { "": "/path/to/repo" }CX_SEARCH_K— 10 default number of hits search returns (also settable per call and via the CLI -k flag)CX_SESSION_MAXTURNSCX_SYNC_INTERVAL_SECS— 30 auto-sync debounce between staleness checksINJECT_LOCAL_CX[](https://m8ven.ai/mcp/infino-ai-code-context-qie0if)