69
/ 100
19 hours ago
glama

codebase-bridge-mcp

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.

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 1 credential: BRIDGE_TOKEN
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.
🔐 secretBRIDGE_TOKENexport =$(openssl rand -hex 16); echo "token: $BRIDGE_TOKEN"
configBRIDGE_REPOrepo current dir repo Claude Code explores
configBRIDGE_PORT8765 http listen port
configBRIDGE_MODELClaude Code default default model for new threads / ephemeral calls
configBRIDGE_CONFINE_READS1 PreToolUse hook confines reads to --repo (0 = read anywhere)
configBRIDGE_TIMEOUT240 per-call wall-clock cap (seconds)
configBRIDGE_MAX_THREADS256 live-thread cap before LRU eviction
configBRIDGE_THREAD_TTL1800 idle seconds before a thread session is dropped (0 = never)
configBRIDGE_MAX_CONCURRENT4 cap on concurrent claude subprocesses (DoS/cost guard)
configBRIDGE_TRANSPORTtransport stdio stdio or http
configBRIDGE_HOSThost 127.0.0.1 http bind address
// 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 5 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/edmmy-codebase-bridge-mcp-rzds18)](https://m8ven.ai/mcp/edmmy-codebase-bridge-mcp-rzds18)
commit: 6577b1dfb4a9d17c3d8830a054e7927bdd4b39b9
code hash: ead3825d495d72cfacd8cf30c345c568dcc97e2f3071677a40f2d90c2e49d469
verified: 6/27/2026, 8:55:12 AM
view raw JSON →