🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@soulsketch/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soulsketch/mcp-server

MCP server exposing SoulSketch memory pack tools (validate, fingerprint, diff, read, observe) to any MCP-capable AI client

latest
Source
npmnpm
Version
1.3.3
Version published
Maintainers
1
Created
Source

@soulsketch/mcp-server

MCP server for the SoulSketch Protocol: gives any MCP-capable AI client (Claude Desktop, Windsurf, Cursor, …) tools to read, verify, and append to portable, user-owned AI memory packs.

The six tools

ToolIn plain English
soulsketch_read_pack"Wake up and remember who you are" — load an identity
soulsketch_observe"Write that down" — append one diary line (the only write)
soulsketch_validate_packHealth-check a 5-file memory pack
soulsketch_fingerprint_packTamper-evident SHA-256 seal of the pack state
soulsketch_diff_packsWhich identity dimension changed between two packs
soulsketch_continuity_recordNotarized snapshot: fingerprint + provenance labels

Setup

// in your MCP client config
{
  "mcpServers": {
    "soulsketch": {
      "command": "npx",
      "args": ["-y", "@soulsketch/mcp-server"],
      "env": {
        "SOULSKETCH_ALLOWED_ROOTS": "/path/to/your/soul-sanctum"
      }
    }
  }
}

A Docker image and a plain-language guide (including what each tool affords you and the full trust model) live in the protocol repository.

Trust model, in one paragraph

The server only touches directories you allow via SOULSKETCH_ALLOWED_ROOTS - normally your Soul-Sanctum, the private repo where your assistant's memory packs live. Five of the six tools are read-only; the sixth appends single lines to runtime_observations.jsonl and can never modify or delete existing memories. No network calls, no telemetry, no hosted anything: your assistant's memory is a folder of text files on your computer, in your Git history.

Apache-2.0 © John Santi & The AI Family

Keywords

soulsketch

FAQs

Package last updated on 30 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts