A read-only MCP server that lets a Claude chat explore your local repository and answer questions about it, returning synthesized answers with file:line references.
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.
process.env. You'll be asked to provide them before it can run.BRIDGE_TOKEN— export =$(openssl rand -hex 16); echo "token: $BRIDGE_TOKEN"BRIDGE_REPO— repo current dir repo Claude Code exploresBRIDGE_PORT— 8765 http listen portBRIDGE_MODEL— Claude Code default default model for new threads / ephemeral callsBRIDGE_CONFINE_READS— 1 PreToolUse hook confines reads to --repo (0 = read anywhere)BRIDGE_TIMEOUT— 240 per-call wall-clock cap (seconds)BRIDGE_MAX_THREADS— 256 live-thread cap before LRU evictionBRIDGE_THREAD_TTL— 1800 idle seconds before a thread session is dropped (0 = never)BRIDGE_MAX_CONCURRENT— 4 cap on concurrent claude subprocesses (DoS/cost guard)BRIDGE_TRANSPORT— transport stdio stdio or httpBRIDGE_HOST— host 127.0.0.1 http bind address[](https://m8ven.ai/mcp/edmmy-codebase-bridge-mcp-rzds18)