Skip to content
Cursor

soulsketch for Cursor

io.github.bytewizard42i/soulsketch

Portable, user-owned AI memory packs: read, validate, fingerprint, diff, and observe

client:Cursor transport:stdio runtime:npm

Install soulsketch in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "soulsketch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@soulsketch/mcp-server"
      ],
      "env": {
        "SOULSKETCH_ALLOWED_ROOTS": "<SOULSKETCH_ALLOWED_ROOTS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

soulsketch in other clients