74
/ 100
2 days ago
glama

ContextBridge

Enables compressing an in-progress AI conversation into a structured context block preserving user goal, decisions, and state, then formats it for another AI to continue seamlessly.

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
4 tools verified — handlers match their declared behaviour
3 read-only tools verified — handlers contain no write/delete/exec
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 6 credentials: CONTEXTBRIDGE_API_KEY, CONTEXTBRIDGE_HOSTED_API_KEY, GOOGLE_API_KEY, GROQ_API_KEY, OPENAI_API_KEY, OPENROUTER_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 low

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

lowesbuild@0.28.0GHSA-g7r4-m6w7-qqqr

esbuild allows arbitrary file read when running the development server on Windows

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretCONTEXTBRIDGE_API_KEYyour_custom_api_key_here
configCONTEXTBRIDGE_BASE_URL
🔐 secretCONTEXTBRIDGE_HOSTED_API_KEY
configCONTEXTBRIDGE_HOSTED_BASE_URL
configCONTEXTBRIDGE_HOSTED_MODEL"": "mistralai/Mistral-7B-Instruct-v0.2"
configCONTEXTBRIDGE_HOSTED_URL"": "https://your-hosted-endpoint.example/v1",
configCONTEXTBRIDGE_MODELyour_custom_model_here
configCONTEXTBRIDGE_PROVIDER
🔐 secretGOOGLE_API_KEYyour_google_api_key_here
configGOOGLE_BASE_URL
configGOOGLE_MODELgemini-2.5-pro
🔐 secretGROQ_API_KEY"": "your_groq_api_key_here"
configGROQ_BASE_URL
configGROQ_MODELllama-3.3-70b-versatile
🔐 secretOPENAI_API_KEY"": "your_openai_api_key_here",
configOPENAI_BASE_URL
configOPENAI_MODEL"": "gpt-4.1-mini"
🔐 secretOPENROUTER_API_KEY
configOPENROUTER_MODEL
// 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/prateekg7-context-bridge-4gmdnh)](https://m8ven.ai/mcp/prateekg7-context-bridge-4gmdnh)
commit: 3303d210c2f40ca6ec0e6718abc51bf02213b007
code hash: 0e7084cdfb42307797058fc8349aa9c1e97f7b064f355b99d0b36b3d22ae7137
verified: 7/29/2026, 9:29:23 AM
view raw JSON →