← Back to Plugins
MCP Server MCP

io.github.bytewizard42i/soulsketch

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @soulsketch/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@soulsketch/mcp-server",
      "version": "1.3.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Colon-separated absolute paths the server may access (your Soul-Sanctum memory repos)",
          "isRequired": true,
          "format": "string",
          "name": "SOULSKETCH_ALLOWED_ROOTS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...