cli (vibgrate/cli) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 22 tools. No publisher has claimed this listing.

C
Emerging
74/100

cli

Local codebase intelligence for AI coding agents and software teams, in the CLI and VS Code. Vibgrate builds a deterministic Code Graph, measures dependency and runtime drift with DriftScore, maps architecture and blast radius, analyses dependency and vulnerability risk, and generates SBOM/VEX.

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

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

vibgrate

Source: Glama · also listed on github_repo_search

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.
🔐
You'll be asked for 1 credential: OPENROUTER_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes22 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.

get_weather

read weather

send_email

send an email

orient

Start here: one call returns the map overview, ranked matches for your question, and the top hit’s blast radius — replaces summary+query+impact round-trips.

search_symbols

Find a known name or literal string fast: ranked symbol lookup, plus a complete literal file-search for any quoted, multi-word, or path-like query (config keys, routes, log lines, UI copy). Quote a single name ("AddJwtBearer") to sweep every occurrence of it as text. A sweep reports totalTextMatches

query_graph

Find code by meaning when you don’t know the name: symptoms, relationships, what-breaks-if. For a known name or literal string use search_symbols.

get_node

Inspect one symbol: signature, callers, callees, area. Accepts name, file:line, glob or id.

find_path

Shortest connection from a to b.

impact_of

Blast radius of a change: what breaks if this symbol changes — dependents, files, covering tests, risk.

cross_impact_of

Blast radius ACROSS the federated workspace: impact in this repo plus which member repos consume it over confidence-scored bridges (workspace/package links). Every cross-repo hop carries confidence, evidence, and the member graph identity.

tests_for

Which tests cover this symbol — is a change here tested?

get_graph_summary

Code map overview: counts, languages, top areas and hubs.

list_areas

Code areas (communities) by size.

list_hubs

Most-depended-on symbols (includes precomputed blast-radius counts when available).

get_facts

Deterministic facts for a node (contract / invariant / characterization).

guide_node

Cited standards/practices for a node (OWASP/CWE).

check_drift

Offline dependency inventory (npm/pypi/go); attribute:true adds git who-added attribution.

vuln_attribution

Who introduced each open vulnerability, exposure windows, and CRA remediation metrics (MTTR, SLA breaches). Reads the last `vg scan --vulns`.

list_vulnerabilities

Known vulnerabilities from the last `vg scan --vulns`: id/CVE, severity, CVSS, fixed version.

upgrade_impact

What breaks if you upgrade a package: major distance, import blast radius, vulns fixed, recommended posture. changelog:true adds GitHub breaking-change signals (online).

list_models

Local models on disk (Ollama / LM Studio / gguf).

resolve_library
library_docs
// 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.

lowtsup@8.0.0GHSA-3mv9-4h5g-vhg3

tsup DOM Clobbering vulnerability

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.
configBENCH_DIR
configBENCH_FILES
configBENCH_LINES
configBENCH_NEEDLES
configBENCH_SCALE
configCHROME_PATH
configCORS_ORIGIN
configFIX_CANDIDATES
configFIX_REPOSITORY
configGITHUB_STEP_SUMMARY
configNO_COLOR
🔐 secretOPENROUTER_API_KEY
configPROGRAMFILES
configPROGRAMFILES(X86)
configRANDOM_SEED
configVG_BROWSER_BINARY
configVG_CODE_STREAM_JSON
configVG_DISABLE_RIPGREP
configVG_PARALLEL_MIN_BYTES
configVG_SEMANTIC_BUDGET_MS
configVIBGRATE_PROGRESS_MODE
configXDG_CACHE_HOME
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
deployVIBGRATE_DSN
// quality suggestions

Tool annotations

2/22 tools have annotations

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

All four hints declared on every tool

22/22 tools missing one or more hints — get_weather (missing: destructiveHint, idempotentHint, openWorldHint); send_email (missing: destructiveHint, idempotentHint, openWorldHint); orient (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +19 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.

Shell command execution

8 child_process/subprocess calls in production code — runs shell commands (src/code/browser-tool.ts:206, packages/test-solutions/test-runner.ts:73, src/code/available-memory.ts:92)

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

No arbitrary install scripts

Has postinstall/preinstall script — runs arbitrary code on npm install

Remove postinstall/preinstall hooks unless they’re essential.

Dependency freshness

2/20 production deps stale: graphology-traversal@2022-05-04 (4.3y), graphology-shortest-path@2024-03-27 (2.4y)

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 4 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/vibgrate/cli)](https://m8ven.ai/mcp/vibgrate/cli)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 2c24bc21cd223bbf63705662edafbe32241981d0
code hash: 6fc8471751b5ef81b9f8dff82493f7220cce0e1226eba53690dc46706cc5ab74
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