Graphmemory MCP Server

@graphmemory/server npm v1.9.5 Source verified

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

MCP server for semantic graph memory from markdown files

Trust grade
A
94/100
Last scanned get badge →
Trust
A · 94/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 100 − adoption risk = 94/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 − 0 = 100. What the published surface and source actually contain:

The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.

2. Client adoption risk — 100 − 6 = 94. 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 16

high Dynamic evaluation of a non-literal value (dist/ui/assets/vendor-markdown-DngssFHR.js)MTC-SRC-010

In the server's implementation (`dist/ui/assets/vendor-markdown-DngssFHR.js:46`): Evaluating a runtime value as code (rather than a fixed literal) executes whatever reaches it — a direct RCE primitive, and almost never necessary in legitimate code. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: dowith3?|drop|dropwhile|eval(?:cmd)?|exactp|filter|fix|fixity|flip|float(?:_matrix|_pointer)|floor|fold[lr]1?|frac|free|

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/ui/assets/vendor-markdown-DngssFHR.js

high Dynamic evaluation of a non-literal value (dist/ui/assets/vendor-md-editor-DC6xr_29.js)MTC-SRC-010

In the server's implementation (`dist/ui/assets/vendor-md-editor-DC6xr_29.js:3`): Evaluating a runtime value as code (rather than a fixed literal) executes whatever reaches it — a direct RCE primitive, and almost never necessary in legitimate code. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: dowith3?|drop|dropwhile|eval(?:cmd)?|exactp|filter|fix|fixity|flip|float(?:_matrix|_pointer)|floor|fold[lr]1?|frac|free|

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/ui/assets/vendor-md-editor-DC6xr_29.js

high Dynamic code execution in server code (dist/ui/assets/vendor-markdown-DngssFHR.js)MTC-SRC-001

In the server's implementation (`dist/ui/assets/vendor-markdown-DngssFHR.js:46`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: dowith3?|drop|dropwhile|eval(?:cmd)?|exactp|filter|fix|fixity|flip|float(?:_matrix|_pointer)|floor|fold[lr]1?|frac|free|

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/ui/assets/vendor-markdown-DngssFHR.js

high Dynamic code execution in server code (dist/ui/assets/vendor-md-editor-DC6xr_29.js)MTC-SRC-001

In the server's implementation (`dist/ui/assets/vendor-md-editor-DC6xr_29.js:3`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: dowith3?|drop|dropwhile|eval(?:cmd)?|exactp|filter|fix|fixity|flip|float(?:_matrix|_pointer)|floor|fold[lr]1?|frac|free|

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/ui/assets/vendor-md-editor-DC6xr_29.js

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

In the server's implementation (`dist/cli/index.js:530`): 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: { execSync } = require('child_process'); const tarArgs = dirs.map(d => `-C "${path_1.default.dirname(d.src)}" "${pat

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/cli/index.js

high Shell/command execution in server code (dist/ui/assets/vendor-markdown-DngssFHR.js)MTC-SRC-002

In the server's implementation (`dist/ui/assets/vendor-markdown-DngssFHR.js:46`): 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: ntryTitle|eval(?:uate)?|exec(?:ute)?|exit|file(?:name)?|fill(?:attrs)?|flist|fnc|function(?:list)?|global|goto|group(?:b

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/ui/assets/vendor-markdown-DngssFHR.js

high Shell/command execution in server code (dist/ui/assets/vendor-md-editor-DC6xr_29.js)MTC-SRC-002

In the server's implementation (`dist/ui/assets/vendor-md-editor-DC6xr_29.js:3`): 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: ntryTitle|eval(?:uate)?|exec(?:ute)?|exit|file(?:name)?|fill(?:attrs)?|flist|fnc|function(?:list)?|global|goto|group(?:b

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/ui/assets/vendor-md-editor-DC6xr_29.js

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

Tool "epics_unlink_task" can write, overwrite or delete files (keyword "unlink" 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 epics_unlink_task

medium Dynamic module load from a non-literal (dist/graphs/code.js)MTC-SRC-005

In the server's implementation (`dist/graphs/code.js:232`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: a.graph); graph.import(data.graph); log.info({ nodes: graph.order, edges: graph.size }, 'Loaded graph');

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/graphs/code.js

medium Dynamic module load from a non-literal (dist/graphs/docs.js)MTC-SRC-005

In the server's implementation (`dist/graphs/docs.js:179`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: a.graph); graph.import(data.graph); log.info({ nodes: graph.order, edges: graph.size }, 'Loaded graph');

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/graphs/docs.js

medium Dynamic module load from a non-literal (dist/graphs/file-index.js)MTC-SRC-005

In the server's implementation (`dist/graphs/file-index.js:288`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: a.graph); graph.import(data.graph); log.info({ nodes: graph.order, edges: graph.size }, 'Loaded graph');

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/graphs/file-index.js

medium Dynamic module load from a non-literal (dist/graphs/knowledge.js)MTC-SRC-005

In the server's implementation (`dist/graphs/knowledge.js:398`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: a.graph); graph.import(data.graph); if (needsReEmbed) { graph.forEachNode((id, attrs) => {

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/graphs/knowledge.js

medium Dynamic module load from a non-literal (dist/graphs/skill.js)MTC-SRC-005

In the server's implementation (`dist/graphs/skill.js:542`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: a.graph); graph.import(data.graph); if (needsReEmbed) { graph.forEachNode((id, attrs) => {

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/graphs/skill.js

medium Dynamic module load from a non-literal (dist/graphs/task.js)MTC-SRC-005

In the server's implementation (`dist/graphs/task.js:874`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: a.graph); graph.import(data.graph); if (needsReEmbed) { graph.forEachNode((id, attrs) => {

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/graphs/task.js

medium Dynamic module load from a non-literal (dist/ui/assets/vendor-react-Cts2Wj-s.js)MTC-SRC-005

In the server's implementation (`dist/ui/assets/vendor-react-Cts2Wj-s.js:11`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: ];try{let n=await d(()=>import(e.module),[]);return t[e.id]=n,n}catch(t){return console.error(`Error loading route modul

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/ui/assets/vendor-react-Cts2Wj-s.js

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

Tool "epics_unlink_task" 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 epics_unlink_task

Tools 60

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

  • code_list_filesreads sensitive data
  • epics_unlink_taskwrites files
  • code_get_file_symbolsno sensitive capability
  • code_get_symbolno sensitive capability
  • code_searchno sensitive capability
  • code_search_filesno sensitive capability
  • epics_createno sensitive capability
  • epics_deleteno sensitive capability
  • epics_getno sensitive capability
  • epics_link_taskno sensitive capability
Show 50 more tools ↓
  • epics_listno sensitive capability
  • epics_searchno sensitive capability
  • epics_updateno sensitive capability
  • files_get_infono sensitive capability
  • files_listno sensitive capability
  • files_searchno sensitive capability
  • get_contextno sensitive capability
  • notes_add_attachmentno sensitive capability
  • notes_createno sensitive capability
  • notes_create_linkno sensitive capability
  • notes_deleteno sensitive capability
  • notes_delete_linkno sensitive capability
  • notes_find_linkedno sensitive capability
  • notes_getno sensitive capability
  • notes_listno sensitive capability
  • notes_list_linksno sensitive capability
  • notes_remove_attachmentno sensitive capability
  • notes_searchno sensitive capability
  • notes_updateno sensitive capability
  • skills_add_attachmentno sensitive capability
  • skills_bump_usageno sensitive capability
  • skills_createno sensitive capability
  • skills_create_linkno sensitive capability
  • skills_deleteno sensitive capability
  • skills_delete_linkno sensitive capability
  • skills_find_linkedno sensitive capability
  • skills_getno sensitive capability
  • skills_linkno sensitive capability
  • skills_listno sensitive capability
  • skills_recallno sensitive capability
  • skills_remove_attachmentno sensitive capability
  • skills_searchno sensitive capability
  • skills_updateno sensitive capability
  • tasks_add_attachmentno sensitive capability
  • tasks_bulk_deleteno sensitive capability
  • tasks_bulk_moveno sensitive capability
  • tasks_bulk_priorityno sensitive capability
  • tasks_createno sensitive capability
  • tasks_create_linkno sensitive capability
  • tasks_deleteno sensitive capability
  • tasks_delete_linkno sensitive capability
  • tasks_find_linkedno sensitive capability
  • tasks_getno sensitive capability
  • tasks_linkno sensitive capability
  • tasks_listno sensitive capability
  • tasks_moveno sensitive capability
  • tasks_remove_attachmentno sensitive capability
  • tasks_reorderno sensitive capability
  • tasks_searchno sensitive capability
  • tasks_updateno sensitive capability

What this scan could not see

Versions 1

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
v1.9.5 latest A 94/100 16 1.13.0 2026-09-07

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 · 94/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/graphmemory-server/badge.svg)](https://mcptrustchecker.com/registry/graphmemory-server)
HTML
<a href="https://mcptrustchecker.com/registry/graphmemory-server"><img src="https://mcptrustchecker.com/registry/graphmemory-server/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/graphmemory-server/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 @graphmemory/server --online

Use the free API → How scoring works

More in Web, Search & Scraping