contextgit (RT123-new/contextgit-mcp) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 12 tools. No publisher has claimed this listing.

C
Emerging
74/100

contextgit

A deterministic, local-first memory engine for AI assistants that provides versioned context management via MCP, enabling token-budgeted context patches with provenance and explainability.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we 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

RT123-new

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
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.
// tools this server exposes12 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

prepare_context

Compile a compact, token-budgeted context patch from the user's durable memory, ranked by relevance to the prompt. Call this at the start of a conversation or when the topic shifts. Returns the rendered context plus token accounting

commit_turn
remember

Explicitly save a durable fact to the user's memory wiki. Use when the user asks to remember something or states a lasting preference, decision, or correction.

mark_stale

Mark a memory wiki page as stale/superseded so it is excluded from future context. Use when the user says a saved fact is outdated or wrong.

search_context

Full-text (BM25) search over all journaled events and memory wiki pages. Returns refs usable with show_context.

context_log

Recent journaled events, newest first (like `git log` for the user's context).

show_context
full_context
explain_selection

Explain why each context item was selected or excluded for a prompt: per-item salience

merge_log

The merge history of durable memory: every save/promote/mark_stale/reject mutation, plus

resolve_pending

Approve (merge into durable memory) or reject a pending merge item by its exact content.

context_stats

Token accounting and store status: compilations run, patch tokens served, tokens saved vs. sending full history, savings percentage, per-day breakdown, and store counts.

// 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.
configCONTEXTGIT_DIRStore resolution is git-style too: --store flag → env var → nearest .contextgit/ walking up from the working directory → global ~/.contextgit/store.
// 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

12/12 tools missing one or more hints — prepare_context (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); commit_turn (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); remember (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +9 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.

Tests exist

No test files found

Add tests that exercise each declared tool.

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 3 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/rt123-new/contextgit-mcp)](https://m8ven.ai/mcp/rt123-new/contextgit-mcp)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: e2cd7cf30dfb425576d197963ec96ce22bd77560
code hash: 0c20f592e330f2dde387f2a14138910a339bd3a1a8d6ca159c1c10ba99c9aeb8
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