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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 1 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
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.
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
claude mcp add lbailey94-whitemagic-mcp -- docker run --rm -i docker.io/lbailey94/whitemagic:9
{
"mcpServers": {
"lbailey94-whitemagic-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"docker.io/lbailey94/whitemagic:9"
]
}
}
} {
"servers": {
"lbailey94-whitemagic-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"docker.io/lbailey94/whitemagic:9"
]
}
}
} codex mcp add lbailey94-whitemagic-mcp -- docker run --rm -i docker.io/lbailey94/whitemagic:9
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"lbailey94-whitemagic-mcp": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"docker.io/lbailey94/whitemagic:9"
],
"enabled": true
}
}
} mcp_servers:
lbailey94-whitemagic-mcp:
command: "docker"
args: ["run", "--rm", "-i", "docker.io/lbailey94/whitemagic:9"] {
"McpServers": {
"lbailey94-whitemagic-mcp": {
"Transport": "stdio",
"Command": "docker",
"Arguments": [
"run",
"--rm",
"-i",
"docker.io/lbailey94/whitemagic:9"
]
}
}
} {
"mcpServers": {
"lbailey94-whitemagic-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"docker.io/lbailey94/whitemagic:9"
]
}
}
} 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.
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 →
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 →
memory.create Create memory ~175
Store a new memory in the holographic memory core with 5D spatial coordinates and galaxy routing.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | Memory content (text) |
| galaxy | string | – | Target galaxy (default codex) |
| importance | number | – | Optional importance 0.0-1.0 (write gate applies class ceilings/floors when the class is recognized) |
| source | string | – | Authorship claim: user (user-dictated content, trust 1.0) | agent (default, trust 0.7) | other free-form class (trust 0.7) |
| tags | array | – | Optional tags |
| title | string | – | Optional human-readable title (envelope v2) |
| topic | string | – | Optional topic label for subject-scoped retrieval (envelope v2) |
Structured output declared, but exposes no named fields.
No examples provided.
memory.hybrid_recall Hybrid recall ~248
Fused recall across full-text, vector, graph, and coordinate lookup with recall_mode disclosure.
| Name | Type | Req | Description |
|---|---|---|---|
| cold_scan_limit | integer | – | Maximum cold records to scan when include_cold is set (default 2048) |
| galaxy | string | – | Galaxy filter (optional; default: search all memory galaxies, results labeled; "all" is accepted as an alias for the unfiltered default) |
| include_cold | boolean | – | Opt-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… |
| limit | integer | – | Maximum results (default 10) |
| min_importance | number | – | Minimum memory importance (0-1) |
| min_score | number | – | Absolute BM25 score floor |
| min_score_ratio | number | – | Relative floor: reject hits below this fraction of the top score |
| min_trust | number | – | Minimum source_trust (0-1): drop results below this trust floor |
| query | string | yes | Full-text query |
Structured output declared, but exposes no named fields.
No examples provided.
memory.list List memories ~87
List memories with filters (galaxy, tags, limit, offset) for inventory and discovery.
| Name | Type | Req | Description |
|---|---|---|---|
| exclude_tags | array | – | Drop memories carrying any of these tags |
| galaxy | string | – | Galaxy to list (default codex) |
| limit | integer | – | Maximum entries (default 20) |
| offset | integer | – | Skip this many matching entries before returning (default 0) |
Structured output declared, but exposes no named fields.
No examples provided.
memory.read Read memory ~43
Retrieve a specific memory by its ID or coordinate address.
| Name | Type | Req | Description |
|---|---|---|---|
| galaxy | string | – | Galaxy containing the memory (default codex) |
| id | string | yes | Memory UUID |
Structured output declared, but exposes no named fields.
No examples provided.
memory.search Search memories ~243
Search and recall memories across galaxies using hybrid semantic, BM25, and associative retrieval.
| Name | Type | Req | Description |
|---|---|---|---|
| cold_scan_limit | integer | – | Maximum cold records to scan when include_cold is set (default 2048) |
| galaxy | string | – | Galaxy filter (optional; default: search all memory galaxies, results labeled; "all" is accepted as an alias for the unfiltered default) |
| include_cold | boolean | – | Opt-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… |
| limit | integer | – | Maximum results (default 10) |
| min_importance | number | – | Minimum memory importance (0-1) |
| min_score | number | – | Absolute BM25 score floor |
| min_score_ratio | number | – | Relative floor: reject hits below this fraction of the top score |
| min_trust | number | – | Minimum source_trust (0-1): drop results below this trust floor |
| query | string | yes | Full-text query |
Structured output declared, but exposes no named fields.
No examples provided.
session.continuity Recall session continuity ~102
Recall where the previous session left off: recent turns, checkpoints, and open work.
| Name | Type | Req | Description |
|---|---|---|---|
| current_session_id | string | – | Session to exclude (optional) |
| n | integer | – | Number of prior turns (default 10) |
| since | string | – | Time-range floor: epoch seconds, RFC 3339, or YYYY-MM-DD |
| until | string | – | Time-range ceiling: epoch seconds, RFC 3339, or YYYY-MM-DD |
Structured output declared, but exposes no named fields.
No examples provided.
session.record Record a session turn ~136
Record a session turn (decision, breakthrough, summary) so the next session can resume.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | Turn content |
| importance | number | – | 0-1 importance (default 0.5) |
| role | string | – | user | ai (default user) |
| session_id | string | – | Target session (default: most recent session) |
| supersedes | string | – | Memory id of an earlier turn this record corrects/replaces (amend-with-supersede) |
| turn_type | string | – | message, decision, breakthrough, question, answer, code_change, error, summary, context |
Structured output declared, but exposes no named fields.
No examples provided.
session.start Start or resume a session ~44
Start or resume an agent session for persistent continuity across tool invocations.
| Name | Type | Req | Description |
|---|---|---|---|
| title | string | – | Session title |
| user | string | – | User identifier (default 'default') |
Structured output declared, but exposes no named fields.
No examples provided.
wm WhiteMagic memory and continuity meta-tool ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| args | object | – | Arguments to pass through to the target tool. |
| route | string | – | Explicit tool name for direct dispatch (e.g. 'memory.create', 'tools.list'). |
| thought | string | – | Natural 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.
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.