Kontexta MCP Server

kontexta-mcp npm v4.5.2 Source verified

Published by safiyu — publish provenance cryptographically ties this package to that repository. That is proof of origin, not an official vendor package.

The local Brain and Hands for AI coding agents (MCP Server)

Trust grade
A
90/100
Last scanned get badge →
Trust
A · 90/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
A Why this grade threat 96 − adoption risk = 90/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 3.6 = 96. What the published surface and source actually contain:

PointsWhat was foundCategory
−3.6 Near-miss of @upstash/context7-mcp MTC-SUP-005 supply-chain

2. Client adoption risk — 96 − 6 = 90. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 13

high Reads a sensitive credential path or dumps the environment (dist/index.js)MTC-SRC-006

In the server's implementation (`dist/index.js:95`): Reading private keys / cloud credentials, or serializing the whole environment, is a sensitive-data source that becomes exfiltration when combined with any egress. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: ws", ".gnupg", ".kube", ".config/gcloud", ".docker"].map((p) => `${home}/${p}`); } function safeMkdir(dir) { try {

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/index.js

high Shell/command execution in server code (dist/index.js)MTC-SRC-002

In the server's implementation (`dist/index.js:625`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: ort { spawnSync } from "child_process"; function redactCredentials(s) { return s.replace(/([a-z][a-z0-9+.-]*:\/\/)([^:

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/index.js

medium Tool "create_file" can modify the filesystemMTC-CAP-002

Tool "create_file" can write, overwrite or delete files (keyword "create_file" in tool name). Verify it is scoped to a safe directory.

Fix: Constrain file operations to an explicit, non-sensitive root; reject path traversal.

Location: tool create_file

medium Tool "delete_file" can modify the filesystemMTC-CAP-002

Tool "delete_file" can write, overwrite or delete files (keyword "delete_file" in tool name). Verify it is scoped to a safe directory.

Fix: Constrain file operations to an explicit, non-sensitive root; reject path traversal.

Location: tool delete_file

medium Tool "move_file" can modify the filesystemMTC-CAP-002

Tool "move_file" can write, overwrite or delete files (keyword "move_file" in tool name). Verify it is scoped to a safe directory.

Fix: Constrain file operations to an explicit, non-sensitive root; reject path traversal.

Location: tool move_file

medium Tool "create_files" can modify the filesystemMTC-CAP-002

Tool "create_files" can write, overwrite or delete files (keyword "create_file" in tool name). Verify it is scoped to a safe directory.

Fix: Constrain file operations to an explicit, non-sensitive root; reject path traversal.

Location: tool create_files

medium Tool "delete_files" can modify the filesystemMTC-CAP-002

Tool "delete_files" can write, overwrite or delete files (keyword "delete_file" in tool name). Verify it is scoped to a safe directory.

Fix: Constrain file operations to an explicit, non-sensitive root; reject path traversal.

Location: tool delete_files

medium Near-miss of @upstash/context7-mcp (edit distance 2)MTC-SUP-005

"kontexta-mcp" is edit-distance 2 from the high-traffic package "@upstash/context7-mcp". Its own download count is negligible, consistent with a squat.

Fix: Confirm you meant "@upstash/context7-mcp". Install packages only from their documented, official name.

Location: package kontexta-mcp

low Mutating tool "create_file" declares no destructiveHintMTC-CAP-005

Tool "create_file" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.

Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.

Location: tool create_file

low Mutating tool "delete_file" declares no destructiveHintMTC-CAP-005

Tool "delete_file" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.

Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.

Location: tool delete_file

low Mutating tool "move_file" declares no destructiveHintMTC-CAP-005

Tool "move_file" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.

Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.

Location: tool move_file

low Mutating tool "create_files" declares no destructiveHintMTC-CAP-005

Tool "create_files" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.

Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.

Location: tool create_files

low Mutating tool "delete_files" declares no destructiveHintMTC-CAP-005

Tool "delete_files" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.

Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.

Location: tool delete_files

Tools 70

Each tool and what it can reach — statically extracted from the published source.

  • create_filewrites files
  • create_fileswrites files
  • delete_filewrites files
  • delete_fileswrites files
  • list_filesreads sensitive data
  • move_filewrites files
  • read_filereads sensitive data
  • read_file_by_pathreads sensitive data
  • read_file_linesreads sensitive data
  • read_file_outlinereads sensitive data
Show 60 more tools ↓
  • read_filesreads sensitive data
  • add_report_resourceno sensitive capability
  • add_tagsno sensitive capability
  • bundle_searchno sensitive capability
  • calendar_add_entityno sensitive capability
  • calendar_add_eventno sensitive capability
  • calendar_conflictsno sensitive capability
  • calendar_delete_entityno sensitive capability
  • calendar_delete_eventno sensitive capability
  • calendar_export_icsno sensitive capability
  • calendar_link_entitiesno sensitive capability
  • calendar_list_entitiesno sensitive capability
  • calendar_list_eventsno sensitive capability
  • calendar_update_entityno sensitive capability
  • calendar_update_eventno sensitive capability
  • clip_urlno sensitive capability
  • commit_backupno sensitive capability
  • confirm_handno sensitive capability
  • create_folderno sensitive capability
  • delete_folderno sensitive capability
  • delete_report_resourceno sensitive capability
  • describe_fileno sensitive capability
  • describe_hands_schemano sensitive capability
  • diff_against_diskno sensitive capability
  • distill_journalno sensitive capability
  • distill_journal_commit_upgradesno sensitive capability
  • export_reportno sensitive capability
  • find_relatedno sensitive capability
  • get_diffno sensitive capability
  • get_historyno sensitive capability
  • get_profileno sensitive capability
  • grep_in_fileno sensitive capability
  • housekeep_journalno sensitive capability
  • journal_appendno sensitive capability
  • journal_intentno sensitive capability
  • journal_noteno sensitive capability
  • journal_statusno sensitive capability
  • list_foldersno sensitive capability
  • list_handsno sensitive capability
  • list_projectsno sensitive capability
  • list_report_resourcesno sensitive capability
  • list_tagsno sensitive capability
  • onboard_agentno sensitive capability
  • project_mapno sensitive capability
  • read_sectionno sensitive capability
  • refresh_indexno sensitive capability
  • regex_searchno sensitive capability
  • register_projectno sensitive capability
  • reload_handsno sensitive capability
  • remove_tagsno sensitive capability
  • restore_fileno sensitive capability
  • searchno sensitive capability
  • set_favoriteno sensitive capability
  • statsno sensitive capability
  • suggest_tagsno sensitive capability
  • tag_search_resultsno sensitive capability
  • transfer_agent_contextno sensitive capability
  • update_fileno sensitive capability
  • update_file_sectionno sensitive capability
  • whats_newno sensitive capability

What this scan could not see

Versions 7

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v4.5.2 latest A 90/100 13 1.13.0 2026-09-07
v4.5.0 A 90/100 13 1.13.0 2026-09-06
v4.4.1 A 90/100 13 1.13.0 2026-09-05
v4.4.0 A 90/100 13 1.13.0 2026-08-31
v4.2.0 B 87/100 2 1.12.1 2026-08-10
Show 2 more versions ↓
v4.1.0 B 88/100 1 1.12.1 2026-08-01
v4.0.0 B 88/100 1 1.9.0 2026-07-24

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: A · 90/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/kontexta-mcp/badge.svg)](https://mcptrustchecker.com/registry/kontexta-mcp)
HTML
<a href="https://mcptrustchecker.com/registry/kontexta-mcp"><img src="https://mcptrustchecker.com/registry/kontexta-mcp/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/kontexta-mcp/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan kontexta-mcp --online

Use the free API → How scoring works

More in AI & Agents