Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

WhiteMagic — governed local memory for agent continuity

OCI · DOCKER.IO/LBAILEY94/WHITEMAGIC:9 · 2 COMPONENTS · SCANNED SEP 21

Local-first, governed memory and session continuity for AI coding agents. No cloud, no telemetry.

+30 this week 37 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency35
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2774 tokens (~69/item across 40 items; 9 tools + 31 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail

Unverified: 2 categories

Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the WhiteMagic — governed local memory for agent continuity MCP server?

WhiteMagic — governed local memory for agent continuity runs locally as a container image, launched with docker run --rm -i docker.io/lbailey94/whitemagic:9. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · docker.io/lbailey94/whitemagic:9

# add to Claude Code
claude mcp add lbailey94-whitemagic-mcp -- docker run --rm -i docker.io/lbailey94/whitemagic:9
// .cursor/mcp.json
{
  "mcpServers": {
    "lbailey94-whitemagic-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/lbailey94/whitemagic:9"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "lbailey94-whitemagic-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/lbailey94/whitemagic:9"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add lbailey94-whitemagic-mcp -- docker run --rm -i docker.io/lbailey94/whitemagic:9
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lbailey94-whitemagic-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "docker.io/lbailey94/whitemagic:9"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  lbailey94-whitemagic-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "docker.io/lbailey94/whitemagic:9"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "lbailey94-whitemagic-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "docker.io/lbailey94/whitemagic:9"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "lbailey94-whitemagic-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/lbailey94/whitemagic:9"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 17 Sept 26 +30
    • Injection markers: unverified → pass security
    • First check of Judged manipulation: pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → fail functional
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
    • First check of Destructive annotations: pass functional
    • First check of Tool coverage: 100 functional
  • 9 Sept 26 7

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed oci/docker.io/lbailey94/whitemagic:9

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published

Background: How many MCP packages publish verified provenance →

MCP tools · 9 exposed · ~1,262 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
memory.create ~175

Store a new memory in the holographic memory core with 5D spatial coordinates and galaxy routing.

NameTypeReqDescription
contentstringyesMemory content (text)
galaxystringTarget galaxy (default codex)
importancenumberOptional importance 0.0-1.0 (write gate applies class ceilings/floors when the class is recognized)
sourcestringAuthorship claim: user (user-dictated content, trust 1.0) | agent (default, trust 0.7) | other free-form class (trust 0.7)
tagsarrayOptional tags
titlestringOptional human-readable title (envelope v2)
topicstringOptional topic label for subject-scoped retrieval (envelope v2)

Structured output declared, but exposes no named fields.

No examples provided.

memory.hybrid_recall ~248

Fused recall across full-text, vector, graph, and coordinate lookup with recall_mode disclosure.

NameTypeReqDescription
cold_scan_limitintegerMaximum cold records to scan when include_cold is set (default 2048)
galaxystringGalaxy filter (optional; default: search all memory galaxies, results labeled; "all" is accepted as an alias for the unfiltered default)
include_coldbooleanOpt-in unranked cold recovery (no thaw). Trust/importance floors apply; BM25 floors do not apply to unscored recovery. Search content is scrubbed navigation capped at 8192 characters; read by id/gala…
limitintegerMaximum results (default 10)
min_importancenumberMinimum memory importance (0-1)
min_scorenumberAbsolute BM25 score floor
min_score_rationumberRelative floor: reject hits below this fraction of the top score
min_trustnumberMinimum source_trust (0-1): drop results below this trust floor
querystringyesFull-text query

Structured output declared, but exposes no named fields.

No examples provided.

memory.list ~87

List memories with filters (galaxy, tags, limit, offset) for inventory and discovery.

NameTypeReqDescription
exclude_tagsarrayDrop memories carrying any of these tags
galaxystringGalaxy to list (default codex)
limitintegerMaximum entries (default 20)
offsetintegerSkip this many matching entries before returning (default 0)

Structured output declared, but exposes no named fields.

No examples provided.

memory.read ~43

Retrieve a specific memory by its ID or coordinate address.

NameTypeReqDescription
galaxystringGalaxy containing the memory (default codex)
idstringyesMemory UUID

Structured output declared, but exposes no named fields.

No examples provided.

memory.search ~243

Search and recall memories across galaxies using hybrid semantic, BM25, and associative retrieval.

NameTypeReqDescription
cold_scan_limitintegerMaximum cold records to scan when include_cold is set (default 2048)
galaxystringGalaxy filter (optional; default: search all memory galaxies, results labeled; "all" is accepted as an alias for the unfiltered default)
include_coldbooleanOpt-in unranked cold recovery (no thaw). Trust/importance floors apply; BM25 floors do not apply to unscored recovery. Search content is scrubbed navigation capped at 8192 characters; read by id/gala…
limitintegerMaximum results (default 10)
min_importancenumberMinimum memory importance (0-1)
min_scorenumberAbsolute BM25 score floor
min_score_rationumberRelative floor: reject hits below this fraction of the top score
min_trustnumberMinimum source_trust (0-1): drop results below this trust floor
querystringyesFull-text query

Structured output declared, but exposes no named fields.

No examples provided.

session.continuity ~102

Recall where the previous session left off: recent turns, checkpoints, and open work.

NameTypeReqDescription
current_session_idstringSession to exclude (optional)
nintegerNumber of prior turns (default 10)
sincestringTime-range floor: epoch seconds, RFC 3339, or YYYY-MM-DD
untilstringTime-range ceiling: epoch seconds, RFC 3339, or YYYY-MM-DD

Structured output declared, but exposes no named fields.

No examples provided.

session.record ~136

Record a session turn (decision, breakthrough, summary) so the next session can resume.

NameTypeReqDescription
contentstringyesTurn content
importancenumber0-1 importance (default 0.5)
rolestringuser | ai (default user)
session_idstringTarget session (default: most recent session)
supersedesstringMemory id of an earlier turn this record corrects/replaces (amend-with-supersede)
turn_typestringmessage, decision, breakthrough, question, answer, code_change, error, summary, context

Structured output declared, but exposes no named fields.

No examples provided.

session.start ~44

Start or resume an agent session for persistent continuity across tool invocations.

NameTypeReqDescription
titlestringSession title
userstringUser identifier (default 'default')

Structured output declared, but exposes no named fields.

No examples provided.

wm ~184

WhiteMagic meta-tool — memory and continuity kernel over the curated tool surface (60 tools): persistent memory, session continuity and recall, governance/audit, and local tool execution. Mode: writable. Scope: store /tmp/.local/share/whitemagic/lmdb. Invoke with thought=<natural language> (auto-routed), route=<exact tool id> (e.g. 'memory.search', 'session.continuity'), or args=<object> (passthrough). Say 'list tools' to enumerate the curated surface.

NameTypeReqDescription
argsobjectArguments to pass through to the target tool.
routestringExplicit tool name for direct dispatch (e.g. 'memory.create', 'tools.list').
thoughtstringNatural language input describing what to do. Auto-routes to the best-matching tool via TF-IDF NLU classification.

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the WhiteMagic — governed local memory for agent continuity MCP server?

WhiteMagic — governed local memory for agent continuity is an MCP server listed in the public MCP registry as io.github.lbailey94/whitemagic-mcp. Local-first, governed memory and session continuity for AI coding agents. No cloud, no telemetry. This page covers its container image (docker.io/lbailey94/whitemagic:9).

Is the WhiteMagic — governed local memory for agent continuity MCP server safe to use?

WhiteMagic — governed local memory for agent continuity scores 37 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the WhiteMagic — governed local memory for agent continuity MCP server expose?

WhiteMagic — governed local memory for agent continuity exposes 9 tools: wm, memory.create, memory.search, memory.read, memory.list, and 4 more. Their descriptions and schemas cost roughly 1,262 tokens of context every time the server is loaded.

Is the WhiteMagic — governed local memory for agent continuity MCP server still maintained?

WhiteMagic — governed local memory for agent continuity is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.