Memorymaster MCP Server

memorymaster PyPI v4.8.5

Published by an unidentified publisher — no publish provenance and no public repository, so the publisher could not be verified and the source cannot be independently located.

Production-grade memory reliability system for AI coding agents. Lifecycle-managed claims with citations, conflict detection, steward governance, and MCP integration.

Trust grade
A
92/100
Last scanned get badge →
Trust
A · 92/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 = 92/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 − 8 = 92. 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
−2 publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read

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 10

high Shell/command execution in server code (memorymaster/bridges/local_search/everything.py)MTC-SRC-002

In the server's implementation (`memorymaster/bridges/local_search/everything.py:142`): 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: y: result = subprocess.run( args, capture_output=True, text=

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 memorymaster/bridges/local_search/everything.py

high Shell/command execution in server code (memorymaster/bridges/local_search/provider.py)MTC-SRC-002

In the server's implementation (`memorymaster/bridges/local_search/provider.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: rror. - Never use ``shell=True`` in subprocess calls. - Respect ``limit`` and ``kind`` filters on a best-effort

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 memorymaster/bridges/local_search/provider.py

high Shell/command execution in server code (memorymaster/core/llm_provider.py)MTC-SRC-002

In the server's implementation (`memorymaster/core/llm_provider.py:365`): 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( [bin_path, "--version"], capture_output=True,

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 memorymaster/core/llm_provider.py

high Shell/command execution in server code (memorymaster/dreaming/providers.py)MTC-SRC-002

In the server's implementation (`memorymaster/dreaming/providers.py:132`): 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: ) process = subprocess.Popen( command, stdin=subprocess.PIPE, stdout=subprocess.PIPE

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 memorymaster/dreaming/providers.py

high Shell/command execution in server code (memorymaster/govern/claim_verifier.py)MTC-SRC-002

In the server's implementation (`memorymaster/govern/claim_verifier.py:60`): 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( ["rg", "-l", "--type-add", "code:*.{ts,js,py,tsx,jsx,go,rs}", "-t",

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 memorymaster/govern/claim_verifier.py

high Shell/command execution in server code (memorymaster/govern/jobs/staleness.py)MTC-SRC-002

In the server's implementation (`memorymaster/govern/jobs/staleness.py:61`): 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( [ "git", "log", "--oneline", "--since", since_iso,

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 memorymaster/govern/jobs/staleness.py

high Shell/command execution in server code (memorymaster/govern/scheduler.py)MTC-SRC-002

In the server's implementation (`memorymaster/govern/scheduler.py:19`): 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: ry: root_proc = subprocess.run( ["git", "-C", str(resolved), "rev-parse", "--show-toplevel"],

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 memorymaster/govern/scheduler.py

high Shell/command execution in server code (memorymaster/govern/steward.py)MTC-SRC-002

In the server's implementation (`memorymaster/govern/steward.py:1513`): 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: proc = subprocess.run( ["git", "-C", str(resolved), "rev-parse", "HEAD"], captu

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 memorymaster/govern/steward.py

high Shell/command execution in server code (memorymaster/stores/snapshot.py)MTC-SRC-002

In the server's implementation (`memorymaster/stores/snapshot.py:34`): 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: proc = subprocess.run( ["git", "-C", str(resolved), "rev-parse", "HEAD"], captu

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 memorymaster/stores/snapshot.py

high Shell/command execution in server code (memorymaster/surfaces/dashboard.py)MTC-SRC-002

In the server's implementation (`memorymaster/surfaces/dashboard.py:749`): 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: self._operator_proc = subprocess.Popen( # noqa: S603 cmd, stdout=subprocess.DEVNULL,

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 memorymaster/surfaces/dashboard.py

Tools 51

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

  • archive_by_sourceno sensitive capability
  • checkpointno sensitive capability
  • classify_queryno sensitive capability
  • compact_memoryno sensitive capability
  • dream_statusno sensitive capability
  • entity_statsno sensitive capability
  • extract_entitiesno sensitive capability
  • federated_queryno sensitive capability
  • find_related_claimsno sensitive capability
  • forgetno sensitive capability
Show 41 more tools ↓
  • forget_previewno sensitive capability
  • get_usage_rollupno sensitive capability
  • improveno sensitive capability
  • ingest_claimno sensitive capability
  • ingest_ruleno sensitive capability
  • init_dbno sensitive capability
  • list_claimsno sensitive capability
  • list_eventsno sensitive capability
  • list_steward_proposalsno sensitive capability
  • local_searchno sensitive capability
  • open_dashboardno sensitive capability
  • pin_claimno sensitive capability
  • quality_scoresno sensitive capability
  • query_claim_pathsno sensitive capability
  • query_for_contextno sensitive capability
  • query_for_taskno sensitive capability
  • query_memoryno sensitive capability
  • query_meta_decisionsno sensitive capability
  • query_rulesno sensitive capability
  • read_active_tasksno sensitive capability
  • recallno sensitive capability
  • recall_analysisno sensitive capability
  • recall_statsno sensitive capability
  • recompute_tiersno sensitive capability
  • redact_claim_payloadno sensitive capability
  • rememberno sensitive capability
  • resolve_projectno sensitive capability
  • resolve_steward_proposalno sensitive capability
  • rules_exportno sensitive capability
  • run_cycleno sensitive capability
  • run_stewardno sensitive capability
  • search_verbatimno sensitive capability
  • session_scope_bindno sensitive capability
  • session_scope_clearno sensitive capability
  • session_scope_showno sensitive capability
  • skill_exportno sensitive capability
  • skill_inputsno sensitive capability
  • skill_proposeno sensitive capability
  • skill_recallno sensitive capability
  • skill_reviewno sensitive capability
  • volunteer_contextno sensitive capability

What this scan could not see

Versions 8

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.8.5 latest A 92/100 10 1.13.0 2026-08-30
v4.8.4 A 92/100 10 1.13.0 2026-08-25
v4.8.3 A 92/100 10 1.12.1 2026-08-19
v4.7.6 A 92/100 10 1.12.1 2026-08-16
v4.7.5 A 92/100 10 1.12.1 2026-08-15
Show 3 more versions ↓
v4.7.2 A 92/100 10 1.12.1 2026-08-14
v4.6.0 A 92/100 10 1.12.1 2026-08-05
v4.5.0 A 92/100 10 1.12.1 2026-07-27

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

Use the free API → How scoring works

More in Developer Tools