M3 Memory MCP Server

m3-memory PyPI v2026.7.23.0

Published by skynetcmd — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.

Trust grade
B
89/100
Last scanned
Trust
B · 89/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.
B Why this grade threat 100 − adoption risk = 89/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 − 11 = 89. 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
−1 publisher verification (public source) — no provenance, but the source is public and inspectable
inspection depth (source) — how much of the target the scan could see

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 Reads a sensitive credential path or dumps the environment (bin/dashboard_server.py)MTC-SRC-006

In the server's implementation (`bin/dashboard_server.py:2692`): 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: dict(os.environ)

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 bin/dashboard_server.py

high Reads a sensitive credential path or dumps the environment (m3_memory/installer.py)MTC-SRC-006

In the server's implementation (`m3_memory/installer.py:1078`): 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: dict(os.environ)

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 m3_memory/installer.py

high Shell/command execution in server code (bin/_task_runtime.py)MTC-SRC-002

In the server's implementation (`bin/_task_runtime.py:48`): 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: subprocess.run(

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 bin/_task_runtime.py

high Shell/command execution in server code (bin/aider_patch.py)MTC-SRC-002

In the server's implementation (`bin/aider_patch.py:31`): 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: subprocess.check_output(

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 bin/aider_patch.py

high Shell/command execution in server code (bin/auth_utils.py)MTC-SRC-002

In the server's implementation (`bin/auth_utils.py:118`): 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: subprocess.run(

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 bin/auth_utils.py

high Shell/command execution in server code (bin/chatlog_init.py)MTC-SRC-002

In the server's implementation (`bin/chatlog_init.py:238`): 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: subprocess.run(

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 bin/chatlog_init.py

high Shell/command execution in server code (bin/chatlog_status.py)MTC-SRC-002

In the server's implementation (`bin/chatlog_status.py:577`): 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: subprocess.run(

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 bin/chatlog_status.py

high Shell/command execution in server code (bin/check_control_chars.py)MTC-SRC-002

In the server's implementation (`bin/check_control_chars.py:68`): 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: subprocess.run(

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 bin/check_control_chars.py

high Shell/command execution in server code (bin/check_tool_catalog_drift.py)MTC-SRC-002

In the server's implementation (`bin/check_tool_catalog_drift.py:66`): 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: subprocess.run(

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 bin/check_tool_catalog_drift.py

high Shell/command execution in server code (bin/dashboard_server.py)MTC-SRC-002

In the server's implementation (`bin/dashboard_server.py:2423`): 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: subprocess.Popen(

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 bin/dashboard_server.py

high Shell/command execution in server code (bin/deep_sync.py)MTC-SRC-002

In the server's implementation (`bin/deep_sync.py:29`): 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: subprocess.run(

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 bin/deep_sync.py

high Shell/command execution in server code (bin/doctor/dashboard_probe.py)MTC-SRC-002

In the server's implementation (`bin/doctor/dashboard_probe.py:82`): 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: subprocess.run(

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 bin/doctor/dashboard_probe.py

medium Dynamic module load from a non-literal (bin/mem0_scan.py)MTC-SRC-005

In the server's implementation (`bin/mem0_scan.py:270`): 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: import(s)

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 bin/mem0_scan.py

medium Dynamic module load from a non-literal (m3_memory/cli.py)MTC-SRC-005

In the server's implementation (`m3_memory/cli.py:389`): 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: __import__(

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 m3_memory/cli.py

medium Dynamic module load from a non-literal (m3_memory/installer.py)MTC-SRC-005

In the server's implementation (`m3_memory/installer.py:681`): 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: __import__(

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 m3_memory/installer.py

medium Dynamic module load from a non-literal (m3_memory/setup_wizard.py)MTC-SRC-005

In the server's implementation (`m3_memory/setup_wizard.py:1827`): 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: __import__(

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 m3_memory/setup_wizard.py

Tools 46

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

  • files_corpus_getingests untrusted input
  • files_getingests untrusted input
  • get_news_headlinesingests untrusted input
  • m3_web_searchingests untrusted input
  • web_searchingests untrusted input
  • check_thermal_loadno sensitive capability
  • debug_analyzeno sensitive capability
  • debug_bisectno sensitive capability
  • debug_correlateno sensitive capability
  • debug_historyno sensitive capability
  • debug_reportno sensitive capability
  • debug_traceno sensitive capability
  • files_corpus_createno sensitive capability
  • files_corpus_deleteno sensitive capability
  • files_corpus_listno sensitive capability
  • files_corpus_setno sensitive capability
  • files_dedupno sensitive capability
  • files_dedup_listno sensitive capability
  • files_dedup_reviewno sensitive capability
  • files_entity_coalesceno sensitive capability
  • files_entity_coalesce_applyno sensitive capability
  • files_entity_coalesce_listno sensitive capability
  • files_entity_coalesce_reviewno sensitive capability
  • files_entity_coalesce_unapplyno sensitive capability
  • files_extract_pendingno sensitive capability
  • files_healthno sensitive capability
  • files_indexno sensitive capability
  • files_ingestno sensitive capability
  • files_link_renameno sensitive capability
  • files_promotableno sensitive capability
  • files_promoteno sensitive capability
  • files_promotion_listno sensitive capability
  • files_searchno sensitive capability
  • files_staleness_reviewno sensitive capability
  • files_statsno sensitive capability
  • files_watch_onceno sensitive capability
  • forgetno sensitive capability
  • grok_askno sensitive capability
  • log_activityno sensitive capability
  • query_decisionsno sensitive capability
  • query_local_modelno sensitive capability
  • recallno sensitive capability
  • rememberno sensitive capability
  • retire_focusno sensitive capability
  • save_handoffno sensitive capability
  • update_focusno sensitive capability

What this scan could not see

Versions

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
v2026.7.23.0 latest B 89/100 16 1.8.0 2026-07-23

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

Use the free API → How scoring works

More in Productivity & Workflow