Memorix MCP Server

memorix npm v1.8.9 Source verified

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

Local-first shared memory layer for AI coding agents across MCP clients, Git history, reasoning context, and project sessions.

Trust grade
B
84/100
Last scanned get badge →
Trust
B · 84/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
Critical
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
B Why this grade threat 94 − adoption risk = 84/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 − 6.3 = 94. What the published surface and source actually contain:

PointsWhat was foundCategory
−6.3 Untrusted input concatenated into a command sink MTC-SRC-009 injection

2. Client adoption risk — 94 − 10 = 84. 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
−10 capability blast radius (critical) — 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 11

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

In the server's implementation (`dist/cli/memcode.js:2`): 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: ync as __ms} from "node:child_process"; import {fileURLToPath as __fu} from "node:url"; if(!process.env.__MEMORIX_HEAP){

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/memcode.js

high Shell/command execution in server code (plugins/hermes/memorix/__init__.py)MTC-SRC-002

In the server's implementation (`plugins/hermes/memorix/__init__.py:20`): 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: try: result = subprocess.run( command, input=input_data, capture_output=Tr

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 plugins/hermes/memorix/__init__.py

high Shell/command execution in server code (plugins/omp/memorix/extensions/memorix.js)MTC-SRC-002

In the server's implementation (`plugins/omp/memorix/extensions/memorix.js:1`): 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: spawnSync } from 'node:child_process'; const SESSION_ID = `omp-${Date.now().toString(36)}-${Math.random().toString(36)

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 plugins/omp/memorix/extensions/memorix.js

high Shell/command execution in server code (plugins/openclaw/memorix/hooks/memorix/handler.ts)MTC-SRC-002

In the server's implementation (`plugins/openclaw/memorix/hooks/memorix/handler.ts:1`): 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: spawnSync } from 'node:child_process'; const SESSION_ID = `openclaw-${Date.now().toString(36)}-${Math.random().toStrin

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 plugins/openclaw/memorix/hooks/memorix/handler.ts

high Shell/command execution in server code (plugins/pi/memorix/extensions/memorix.js)MTC-SRC-002

In the server's implementation (`plugins/pi/memorix/extensions/memorix.js:1`): 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: spawnSync } from 'node:child_process'; const SESSION_ID = `pi-${Date.now().toString(36)}-${Math.random().toString(36).

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 plugins/pi/memorix/extensions/memorix.js

high Shell/command execution in server code (src/cli/commands/agent-integrations.ts)MTC-SRC-002

In the server's implementation (`src/cli/commands/agent-integrations.ts:1`): 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: spawnSync } from 'node:child_process'; import { existsSync, realpathSync } from 'node:fs'; import { mkdir, readFile, wr

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 src/cli/commands/agent-integrations.ts

high Shell/command execution in server code (src/cli/commands/background.ts)MTC-SRC-002

In the server's implementation (`src/cli/commands/background.ts:24`): 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: ecFileSync } from 'node:child_process'; import { randomBytes } from 'node:crypto'; import os from 'node:os'; import { pa

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 src/cli/commands/background.ts

high Shell/command execution in server code (src/cli/commands/doctor.ts)MTC-SRC-002

In the server's implementation (`src/cli/commands/doctor.ts:54`): 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: } = await import('node:child_process'); const report: Record<string, unknown> = {}; const issues: string[] = [

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 src/cli/commands/doctor.ts

high Shell/command execution in server code (src/cli/commands/hooks-install.ts)MTC-SRC-002

In the server's implementation (`src/cli/commands/hooks-install.ts:130`): 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: } = await import('node:child_process'); execSync('pwsh --version', { encoding: 'utf-8', tim

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 src/cli/commands/hooks-install.ts

medium Untrusted input concatenated into a command sink (src/cli/tui/App.tsx)MTC-SRC-009

In the server's implementation (`src/cli/tui/App.tsx:828`): A shell/process command assembled from concatenated or interpolated values is command injection when any part is attacker-influenced — the OWASP canonical RCE flow. Verify what reaches the interpolated value. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: rd) { try { execSync(`start "" "${background.dashboard}"`, { stdio: 'pipe', windowsHide: true }); } catch {

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 src/cli/tui/App.tsx

low Shell/command execution in packaging/dev tooling (src/cli/commands/setup.ts)MTC-SRC-002

In a packaging/dev/install script (shipped, but not the server runtime) (`src/cli/commands/setup.ts:11`): 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: spawnSync } from 'node:child_process'; import { existsSync } from 'node:fs'; import { copyFile, mkdir, readFile, readdi

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 src/cli/commands/setup.ts

Tools 47

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

  • memorix_detailingests untrusted input
  • team_messageingests untrusted input
  • add_observationsno sensitive capability
  • create_entitiesno sensitive capability
  • create_relationsno sensitive capability
  • delete_entitiesno sensitive capability
  • delete_observationsno sensitive capability
  • delete_relationsno sensitive capability
  • memorix_audit_projectno sensitive capability
  • memorix_codegraph_statusno sensitive capability
Show 37 more tools ↓
  • memorix_compaction_checkpointno sensitive capability
  • memorix_consolidateno sensitive capability
  • memorix_context_packno sensitive capability
  • memorix_dashboardno sensitive capability
  • memorix_deduplicateno sensitive capability
  • memorix_evidenceno sensitive capability
  • memorix_feedbackno sensitive capability
  • memorix_formation_metricsno sensitive capability
  • memorix_graph_contextno sensitive capability
  • memorix_handoffno sensitive capability
  • memorix_ingest_imageno sensitive capability
  • memorix_knowledgeno sensitive capability
  • memorix_mediano sensitive capability
  • memorix_pollno sensitive capability
  • memorix_project_contextno sensitive capability
  • memorix_promoteno sensitive capability
  • memorix_resolveno sensitive capability
  • memorix_retentionno sensitive capability
  • memorix_rules_syncno sensitive capability
  • memorix_searchno sensitive capability
  • memorix_search_reasoningno sensitive capability
  • memorix_session_contextno sensitive capability
  • memorix_session_endno sensitive capability
  • memorix_session_startno sensitive capability
  • memorix_skillsno sensitive capability
  • memorix_storeno sensitive capability
  • memorix_store_reasoningno sensitive capability
  • memorix_suggest_topic_keyno sensitive capability
  • memorix_timelineno sensitive capability
  • memorix_transferno sensitive capability
  • memorix_workspace_syncno sensitive capability
  • open_nodesno sensitive capability
  • read_graphno sensitive capability
  • search_nodesno sensitive capability
  • team_file_lockno sensitive capability
  • team_manageno sensitive capability
  • team_taskno sensitive capability

What this scan could not see

Versions 10

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.8.9 latest B 84/100 11 1.13.0 2026-09-07
v1.8.8 B 83/100 11 1.13.0 2026-09-06
v1.8.6 B 84/100 11 1.13.0 2026-09-01
v1.8.5 B 84/100 11 1.13.0 2026-08-31
v1.8.4 B 84/100 11 1.13.0 2026-08-30
Show 5 more versions ↓
v1.8.3 B 84/100 11 1.13.0 2026-08-27
v1.8.2 B 84/100 11 1.13.0 2026-08-25
v1.8.1 B 84/100 11 1.12.1 2026-08-24
v1.7.3 B 84/100 11 1.12.1 2026-08-23
v1.7.2 B 84/100 11 1.12.1 2026-08-22

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

Use the free API → How scoring works

More in AI, Memory & Reasoning