Git Memory MCP Server (nirutyodjai/git-memory-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 52 out of 100, grade D. It declares 9 tools. No publisher has claimed this listing.

D
Caution
52/100

Git Memory MCP Server

Enables Git repository operations and real-time monitoring via MCP tools, with support for WebSocket events, authentication, and observability.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

nirutyodjai

Source: Glama

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. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Known vulnerabilities in dependencies: 1 critical, 14 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 3 credentials: GIT_MEMORY_API_KEY, GIT_WEBHOOK_SECRET, REDIS_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 critical14 high3 medium12 low

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

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

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

high@modelcontextprotocol/sdk@0.5.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highws@8.18.3GHSA-96hv-2xvq-fx4p

ws: Memory exhaustion DoS from tiny fragments and data chunks

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

simple-git is vulnerable to Remote Code Execution

highsimple-git@3.28.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 →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configALLOWED_ORIGINS
configCACHE_CHECK_PERIOD
configCACHE_MAX_KEYS
configCACHE_TTL
configCOMPRESSION_LEVEL
configCONNECTION_TIMEOUT
configCURRENT_CONNECTIONS
configENABLE_COMPRESSION
configENABLE_CORS
configENABLE_HELMET
configENABLE_KEEP_ALIVE
configENABLE_METRICS
configENABLE_PROFILER
configGIT_CACHE_RESULTS
configGIT_MAX_CONCURRENT
configGIT_MEMORY_ALLOWED_REPOSเพิ่มตัวแปร ใน .env เพื่อจำกัด path ที่อนุญาตให้เรียกใช้คำสั่ง Git ผ่าน CLI endpoints:
🔐 secretGIT_MEMORY_API_KEYเพิ่มตัวแปร ใน .env เพื่อเปิดใช้งาน API key authentication สำหรับ /git/ endpoints และ MCP tools:
configGIT_MEMORY_PYTHON
configGIT_MEMORY_PY_ROOT
configGIT_TIMEOUT
🔐 secretGIT_WEBHOOK_SECRET
configHEALTH_PATH
configHOST
configHOT_RELOAD
configJAEGER_ENDPOINT
configJEST_MAX_WORKERS
configKEEP_ALIVE_TIMEOUT
configLOG_CONSOLE
configLOG_FILE
configLOG_LEVEL
configLOG_MAX_FILES
configLOG_MAX_SIZE
configMAX_CONNECTIONS
configMAX_CONNECTIONS_PER_WORKER
configMAX_FREE_SOCKETS
configMAX_PAYLOAD_SIZE
configMAX_SOCKETS
configMETRICS_PATH
configPYTHONPATH
configPYTHON_BIN
configRATE_LIMIT
configRATE_LIMIT_BLOCK_DURATION
configRATE_LIMIT_DURATION
configRATE_LIMIT_POINTS
configREDIS_DB
configREDIS_HOST
🔐 secretREDIS_PASSWORD
configREDIS_PORT
configREQUEST_TIMEOUT
configSTATS_INTERVAL
configWORKERS
configWS_MAX_PAYLOAD
configWS_PER_MESSAGE_DEFLATE
configWS_PING_INTERVAL
configWS_PONG_TIMEOUT
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
deployREDIS_URL
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

9/9 tools missing one or more hints — get_current_branch (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_recent_commits (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_repo_status (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +6 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool test coverage

3/9 tools referenced in tests (33%)

Write tests that reference each tool by name so every tool has at least one test.

Shell command execution

1 child_process/subprocess call in production code — runs shell commands (src/services/git-memory-cli.js:55)

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Production dependencies are patched

1 critical, 14 high severity in production deps — simple-git@3.28.0 (critical), @modelcontextprotocol/sdk@0.5.0 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dependency freshness

2/27 production deps stale: prom-client@2024-06-27 (2.1y), boxen@2024-08-05 (2y)

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// 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 Verified](https://m8ven.ai/badge/mcp/nirutyodjai/git-memory-mcp-server?variant=verified)](https://m8ven.ai/mcp/nirutyodjai/git-memory-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 7c8694565c50474cbc5e1be923b5852cd78e3a9c
code hash: 415886757f3bc58eff3a5c322ec074e1c329245d70a6c37033f4b9ccf864b91d
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client