40
/ 100
1 month ago
glama

codewatch-memory

An observational memory server that uses LLM agents to capture, compress, and recall project-specific decisions and context across AI coding sessions. It stores structured observations in SQLite to maintain long-term session continuity and architectural awareness.

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
🚨
Known vulnerabilities in dependencies: 3 critical, 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
⚠️
Tests do not pass
Either the test suite is broken or the code regressed. Either way the published behaviour can’t be verified by the publisher’s own tests.
🔐
You'll be asked for 1 credential: CODEWATCH_CHARS_PER_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies3 critical2 high

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

criticalsimple-git@3.27.0GHSA-r275-fr43-pm7q

simple-git has blockUnsafeOperationsPlugin bypass via case-insensitive protocol.allow config key enables RCE

criticalvitest@2.0.0GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

criticalvitest@2.0.0GHSA-9crc-q9x8-hgqq

Vitest allows Remote Code Execution when accessing a malicious website while Vitest API server is listening

highsimple-git@3.27.0GHSA-hffm-xvc3-vprc

simple-git is vulnerable to Remote Code Execution

highsimple-git@3.27.0GHSA-jcxm-m3jx-f287

simple-git Affected by Command Execution via Option-Parsing Bypass

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.
configCODEWATCH_AUTO_REFLECTtrue Enable auto-reflection
🔐 secretCODEWATCH_CHARS_PER_TOKEN
configCODEWATCH_DATA_DIR~/mcp-data/codewatch-memory/ SQLite storage location
configCODEWATCH_DEFAULT_BRANCH
configCODEWATCH_FALLBACK_PROVIDERopenai Fallback LLM (google, openai, groq, none)
configCODEWATCH_GOOGLE_MODELgemini-2.5-flash Google model
configCODEWATCH_GROQ_MODELllama-3.3-70b-versatile Groq model
configCODEWATCH_LLM_PROVIDER"": "groq"
configCODEWATCH_LOG_LEVELinfo Logging verbosity
configCODEWATCH_MAX_COMPRESSION3 Max compression level (0-3)
configCODEWATCH_OPENAI_MODELgpt-4o-mini OpenAI model
configCODEWATCH_PROJECT_DIR
configCODEWATCH_REFLECT_THRESHOLD40000 Auto-reflect trigger (tokens)
// 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 10 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/klausandrade-codewatch-ej0s2f)](https://m8ven.ai/mcp/klausandrade-codewatch-ej0s2f)
commit: fa5410132d6ebc835cd60639effb1606d8eb2034
code hash: e4f0cc5bf73d735bfe45280362b4fd26d48afe8ac0ec7a41dffd57a1805de25b
verified: 6/12/2026, 11:19:01 AM
view raw JSON →