Home › Knowledge & Memory › WhiteMagic — governed local memory for agent continuity

WhiteMagic — governed local memory for agent continuity

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

Rust Local macOSWindowsLinux Remote
★ 0 stars Last pushed 2026-09-24 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.whitemagic.dev/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http whitemagic https://mcp.whitemagic.dev/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "whitemagic": {
      "url": "https://mcp.whitemagic.dev/mcp"
    }
  }
}

Package (npm 9.2.7)

npx -y whitemagic-mcp@9.2.7

Or add to your MCP client config:

{
  "mcpServers": {
    "whitemagic": {
      "command": "npx",
      "args": [
        "-y",
        "whitemagic-mcp@9.2.7"
      ]
    }
  }
}

Package (oci)

docker run -i --rm docker.io/lbailey94/whitemagic:9

Or add to your MCP client config:

{
  "mcpServers": {
    "whitemagic": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/lbailey94/whitemagic:9"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry