New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

whitemagic-mcp

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

whitemagic-mcp

WhiteMagic MCP server — local-first memory and session continuity for AI coding agents. Installs and runs the wm binary; no telemetry by default, no cloud.

latest
Source
npmnpm
Version
9.2.1
Version published
Maintainers
1
Created
Source

whitemagic-mcp

WhiteMagic — local-first memory and session continuity for AI coding agents, over MCP. One static Rust binary, no telemetry, no cloud service. MIT.

This package installs and runs the official wm binary from the GitHub releases (checksum-verified at install time) so an MCP client can launch it without a manual download step.

Use

Point any MCP client (Claude Desktop, Cursor, Codex, Gemini CLI, opencode) at:

{
  "mcpServers": {
    "whitemagic": {
      "command": "whitemagic-mcp",
      "args": ["serve", "--profile", "curated"]
    }
  }
}

Or try it directly:

npx whitemagic-mcp --version   # wm 9.2.1
npx whitemagic-mcp doctor      # environment health check

The binary is cached under ~/.cache/whitemagic/bin/<release-tag>/ (respects XDG_CACHE_HOME); the package version's major tracks the release tag (the v9 tag line). Pin a different release with WHITEMAGIC_RELEASE.

Platforms

Linux x86-64 (static musl), macOS arm64/x64, Windows x64. No asset for your platform? Build from source: https://github.com/lbailey94/whitemagic#install

Privacy

Your memory store lives on your machine. wm does not phone home; this installer contacts GitHub releases only to download the binary and its checksum. See PRIVACY_POLICY.md.

mcp-name: io.github.lbailey94/whitemagic-mcp

Keywords

mcp

FAQs

Package last updated on 20 Sep 2026

Related posts