superlocalmemory

作者 qualixar已验证

Open-source governed, local-first memory control plane for AI agents and teams. arXiv:2608.08253

219
Stars
34
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/qualixar/superlocalmemory

快速入门

使用 superlocalmemory 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

SuperLocalMemory

SuperLocalMemory V4.1.2

Rent the LLM. Own the memory.

Rent an LLM — but own the memory, for your company and for your industry.

The governed memory layer for AI agents: local-first, auditable, and built for the compliance obligations teams now actually carry.
Models are interchangeable and rented by the token. What your agents remember is yours — it is your customers' data, your retention obligations, and your audit trail. SLM keeps that layer on infrastructure you control, with multi-workspace isolation, role-based access, and GDPR + EU AI Act governance controls built in.

The boundary. SuperLocalMemory starts with a local runtime; provider-backed enrichment, cloud backup, connectors, and proxy use are explicit choices. Different products solve different boundaries. Published benchmark evidence carried into V4 comes from the published V3 research architecture; it is not a claim of a newly rerun V4 package benchmark.

How to check that, rather than believe it. Every reliability guarantee here is stated as a falsifiable invariant, tested under an adversarial condition with a negative control, and shipped with the harness that regenerates the evidence: python benchmark/run_all.py --trials 200 --output-dir results/. What each experiment does not exercise is stated too.

v4.1.2 — one control plane: SLM-Mesh peer coordination · multi-scope memory (personal / shared / global) · profiles · Cache · Compress · 7-layer retrieval · code graph · Entity Explorer · skill evolution · Modes A/B/C · GDPR retention & audit chain · bounded loops — across CLI, MCP, dashboard, the Claude plugin, the Codex add-on, and documented IDE integrations.
Proxy: slm wrap claude  ·  MCP: add slm_compress to your config  ·  Skill: zero-config

Four public arXiv preprints · V4: arXiv:2608.08253 · companion archive: Zenodo 21853302 (DOI 10.5281/zenodo.21853302) · prior preprints: 2603.02240 · 2603.14588 · 2604.04514.

v4.1.2 — Current Release SuperLocalMemory 4.0 paper on arXiv:2608.08253 V4 paper on Zenodo: 10.5281/zenodo.21853302 arXiv Paper Three Surfaces: Proxy, MCP Tools, Skill PyPI npm AGPL v3 Privacy controls require deployment assessment Enterprise governance: GDPR and EU AI Act controls Website MCP Native CLI Agent-Native Multilingual via your embedding model


Why SuperLocalMemory?

SuperLocalMemory is an enterprise-grade, local-first memory control plane for AI agents. Your team's agent memory lives on infrastructure you control, with per-workspace isolation, role-based access, and GDPR / EU AI Act governance controls — built for organizations, and for EU data-residency obligations where agent context must not leave your environment by default.

Agent-memory systems make different storage, model-provider, and deployment trade-offs. SuperLocalMemory starts with a local runtime and makes provider-backed enrichment, cloud backup, connectors, and proxy use explicit choices.

Different products solve different boundaries. The published LoCoMo benchmark evidence in this README is protocol-scoped evidence from the published V3 research architecture; it is carried forward for continuity and is not a claim of a newly rerun V4 package benchmark.

SuperLocalMemory V4 combines conventional dense and lexical retrieval with graph, temporal, associative, and statistical relevance scoring in a 7-layer control plane (admission → queryable core → enrichment → brain → multi-channel retrieval → context safety → operations). The default local runtime does not require Docker, a separately operated graph database, or an API key.

Memory with a sense of time. SLM does not only store what an agent learned — it records when. Every fact carries ingestion timing and provenance; recall runs a dedicated temporal candidate channel alongside semantic, lexical, and associative retrieval; scenes and entity timelines reconstruct sequence; and the lifecycle lets neglected memory decay and self-archive instead of growing without bound. Time is a first-class ranking and lifecycle signal rather than a timestamp column an agent never reads — which is what lets a long-lived agent reason about how its context changed, not only what it currently holds.

What changed in this release. See the CHANGELOG — every release is written up there, in plain language, newest first.

  • SLM-Mesh — authenticated cross-session and cross-machine peer coordination (messages, locks, shared state, inbox/outbox, optional discovery). Coordination only — not automatic replicated memory.
  • Multi-scope memory & profiles — workspaces (profiles) plus personal / shared / global scopes; cross-profile recall is default-deny.
  • Cache & compression (context optimization) — exact-match cache with tagged invalidation, safe compression, and opt-in reversible/aggressive paths across proxy, MCP, and skill surfaces.
  • Entity Explorer & skill evolution — compiled entity summaries/timelines; opt-in skill lineage, budgets, and verification outcomes.
  • Modes A / B / C — local-only (A), on-device LLM enrichment (B), provider-assisted (C). An operating mode records technical locality facts; it does not determine EU AI Act legal compliance (that is deployment-context assessment — see Privacy controls).
  • GDPR posture, retention & audit chain — export, fail-closed cross-store erasure, retention policies, and a hash-chained audit trail. Engineering controls for compliance programs, not a legal certification.
  • 7-layer retrieval/recall stack & code graph — multi-channel candidates (semantic, BM25, temporal, Hopfield, spreading activation) plus optional code-graph tools for blast radius and review context.
  • MCP profilescode exposes 31 tools for installed coding agents; full 49; power 61; whole 94 (all registered). Also core (16), mesh (8), and the unrestricted default surface (49 with mesh enabled).
  • Governed write path & verifiable transactions — admission + policy control, a per-owner obligation ledger, and a hash-sealed completion manifest with a reconciler that redrives unmet obligations.
  • Self-healing lifecycle & admin remediation — stale locks cleared on restart; list/resolve stuck operations from CLI, MCP, or the dashboard.

SLM is one strand of Qualixar's work on AI reliability engineering: making agent behavior observable, bounded, and reproducible instead of best-effort.

The architecture evaluated in the V3 paper remains the foundation of this release. The figures below keep their original LoCoMo protocol, answer-construction, model, and sample scope.

How SLM fits beside other memory systems

Different products solve different boundaries. SLM is for developers who want one local-first operating control plane—not only an SDK, managed context API, or agent runtime. It combines dated evidence, graph-aware retrieval, cache and compression controls, SLM-Mesh, and MCP/CLI/hooks/dashboard/IDE surfaces in one install.

If your primary need is…Product boundary to evaluate
Local-first agent memory plus operations, optimization, and IDE-agent surfacesSuperLocalMemory — Mode A local core; Modes B/C by explicit choice.
A memory SDK, self-hosted server, or managed platformMem0
A temporal context-graph service or graph engineZep / Graphiti
A stateful agent runtime with memory blocks and archival memoryLetta
LangGraph-native memory primitives and managersLangMem
A context API/app with profiles, connectors, and RAGSupermemory
User profiles and event-timeline memoryMemobase

See the source-linked market comparison for current primary sources and protocol-scoped benchmark evidence. A LoCoMo percentage is comparable only when the dataset scope, answer model, judge, retrieval stack, and release artifact match.

The V4 capability architecture

SuperLocalMemory is one local control plane for persistent agent context. It is not just a vector store: the same runtime can accept evidence, build and govern memory, retrieve bounded evidence for an agent, and expose cache, compression, and SLM-Mesh peer-coordination controls through a CLI, MCP, dashboard, and supported IDE integrations.

SuperLocalMemory V4 capability architecture: modes, seven operating layers, Scale Engine, SLM-Mesh, delivery surfaces, and opt-in adapters

Architecture boundary: SQLite + sqlite-vec remain canonical; CozoDB and LanceDB are parity-gated projections; SLM-Mesh coordinates trusted peers rather than replicating a distributed memory database; connectors are opt-in.

Memory boundaries: profiles isolate workspaces by default. Every memory is personal, shared with named profile readers, or global; cross-profile recall is default-deny and must be explicitly enabled. This scoped sharing is local authorization, not SLM-Mesh synchronization. See shared-memory.md.

 IDEs, agents, scripts, connectors, and humans
             │  CLI · MCP (HTTP/stdio) · hooks · dashboard
             ▼
 ┌────────────────────────── SLM CONTROL PLANE ──────────────────────────┐
 │  1. Admission       identity, scope, idempotency, raw evidence         │
 │  2. Queryable core  SQLite facts + FTS durable receipt                  │
 │  3. Enrichment      facts, entities, scenes, time, provenance, graph   │
 │  4. Memory brain    feedback, patterns, rewards, consolidation          │
 │  5. Retrieval       semantic · BM25 · temporal · Hopfield · activation │
 │  6. Context safety  policy, trust, provenance, redaction, budgets      │
 │  7. Operations      lifecycle, audit, cache/compress, mesh, backups    │
 └───────────────────────────────────────────────────────────────────────┘
             │
             ▼
 SQLite + sqlite-vec canonical store  ──► optional graph/vector projections

The seven stages are an execution model, not a promise that every optional enricher or retrieval channel runs for every request. The receipt, trace, and health surfaces expose the stages actually completed by the installed runtime.

CapabilityWhat ships todayOperator boundary
Memory types and lifecycleAtomic facts, episodic scenes, temporal events, canonical entities, profiles/scopes, consolidation, forgetting and retention controlsLifecycle policies and retention decisions remain operator-configured.
Memory boundariesProfile-isolated workspaces plus personal, shared, and global memory scopesPersonal is the default; shared/global recall requires explicit scope policy or per-call opt-in.
IngestionDurable raw-to-complete operation state, fact extraction, entity resolution, graph/temporal/provenance derivations, and replay-safe identity--sync waits for declared stages; dependencies and mode determine which enrichers are available.
Retrieval and recallSemantic, lexical, temporal, Hopfield and spreading-activation candidate channels; RRF fusion, optional reranking and graph score enhancementHealthy channels participate; response provenance states the evidence used.
Brain and learningBehavioral patterns, feedback/outcome records, rewards, consolidation, LightGBM-related ranking components, soft prompts, and guarded skill-evolution workflowsLearning is evidence-driven; it does not claim autonomous correctness or guaranteed improvement.
Knowledge graph and entitiesCanonical entities, aliases, entity profiles, graph edges, scenes, timelines, explorer and graph APIsStored/derived graph data is evidence, not an instruction authority.
Scale EngineSQLite + sqlite-vec are canonical. CozoDB graph and LanceDB vector projections are managed with prepare → verify → promote → rollback; a structurally detected pre-v3.7 projection can be explicitly adopted.Promotion is parity-gated and crash-recoverable. Legacy adoption preserves the prior projection as a rollback backup; repeated physical edge rows normalize to one logical edge with the strongest weight.
OptimizeExact cache, tagged invalidation, safe compression, opt-in aggressive prose compression, CCR originals, proxy/MCP/skill surfacesOnly proxy intercepts a primary provider turn. MCP/skill cache results explicitly routed through SLM.
SLM-MeshAuthenticated peer messages, inbox/outbox, locks, offline queue, optional discovery and mesh MCP toolsSLM-Mesh is coordination, not automatic replicated memory or conflict resolution.
Governance and operationsProvenance, audit/retention/policy surfaces, export/erasure controls, diagnostics, health, backups and daemon lifecycleThese are engineering controls, not a legal certification.
IntegrationsCLI, Python SDK, MCP HTTP/stdio, Claude plugin, Codex add-on, supported IDE configurations, Gmail/Calendar/transcript adaptersHooks, IDE edits, connectors, and networked adapters require explicit operator activation.

What the dashboard exposes

slm dashboard opens a local operational view of the same control plane:

WorkspaceUse it to inspect or control
Dashboard and Healthdaemon identity, storage/runtime health, diagnostics and recent activity
Brainconsolidation, behavioral patterns, outcomes/rewards, learning state and soft prompts
Knowledge Graph and Memoriesgraph neighborhoods, entities, scenes, temporal evidence, memory inspection and mutation
Operationsingestion-operation state, traces, maintenance and lifecycle work
Entity Explorer and Skill Evolutioncompiled entity summaries/timelines; opt-in skill lineage, budgets and verification outcomes
Multi-Agent Memoryper-agent write activity and attribution; memories stamped by SLM_AGENT_ID, agent write counts, and trust signals
SLM-Mesh Peersconfigured peers, inbox/outbox, pending coordination and locks
Settings and Optimizemode/provider/configuration; cache, compression and savings telemetry

Dashboard visibility is not a substitute for runtime proof: use slm doctor, slm health, slm trace, and the relevant CLI/MCP operation to validate a deployment.

Watch the product walkthrough

Watch the SuperLocalMemory demo

Watch the SuperLocalMemory demo on YouTube — a five-minute walkthrough of installation, setup, recall, cache, and compression. The video shows a product walkthrough; use the commands and release notes in this README as the current release contract.

Published LoCoMo evidence (V3 architecture, carried into V4)

The V3 paper evaluates the multi-channel architecture that V4 still runs. Every figure below is protocol-scoped, so a reader can distinguish local retrieval, answer construction, and cloud-assisted evaluation rather than treating unlike runs as one score.

Published configurationLoCoMo aggregateProtocol scopeWhat the result establishes
Mode A Raw60.4%10 conversations; 1,276 scored questions; local embeddings, local retrieval, and zero-LLM answer constructionEnd-to-end local answer construction under the published V3 protocol.
Mode A Retrieval74.8%10 conversations; 1,276 scored questions; local retrieval, then GPT-4.1-mini answer synthesisRetrieval evidence: local retrieval contributes the evidence, while the disclosed external model constructs the final answer.
Mode C87.7%Conv-30 only; 81 scored questions; text-embedding-3-large plus GPT-4.1-mini answer generation and judgeCloud-assisted configuration on one fully disclosed conversation; not a full-dataset result.

Published category results: Mode A Retrieval scored 72.0% single-hop, 70.3% multi-hop, 80.0% temporal, and 85.0% open-domain. Mode C scored 64.0% single-hop, 100.0% multi-hop, and 86.0% open-domain on its 81-question Conv-30 scope (no temporal category was reported for that run). Across six LoCoMo conversations, the paper reports 71.7% with the information-geometric layers versus 58.9% without them: +12.7pp.

See arXiv:2603.14588 and the official LoCoMo paper for the full protocol, ablation table, and limitations. These are published V3 architecture results carried into V4—not a substitute for a newly rerun release-artifact benchmark.


Quick Start

# Primary path 1 — npm global CLI (Node 18+)
# Creates a package-owned virtual environment. It does not modify system Python.
npm install -g superlocalmemory
slm setup       # Choose mode (A/B/C)
slm doctor      # Verify everything is working
# Primary path 2 — Python CLI + SDK in an activated virtual environment
python3 -m venv .venv
source .venv/bin/activate  # Windows PowerShell: .venv\Scripts\Activate.ps1
python -m pip install superlocalmemory
slm setup
slm doctor
# First use
slm remember "Alice works at Google as a Staff Engineer" --json
slm recall "What does Alice do?"
slm status

The default daemon write commits raw evidence plus a relational/FTS projection and returns a durable receipt in queryable state. Enrichment then advances the same operation through enriching to complete, or records a retryable failed state. Use slm remember "..." --sync when the caller must wait for all declared derivation and projector stages. JSON output includes the opaque operation_id, current materialization_state, and fact IDs.

# Wrap your agent — starts proxy + sets environment + launches agent
slm wrap claude
# Your first repeat prompt → CACHE HIT → $0.00
# See savings: slm optimize savings --since 1

Upgrading: use the owner of the installation: npm update -g superlocalmemory or, while the Python virtual environment is active, python -m pip install --upgrade superlocalmemory. Then run slm restart && slm doctor. Repository-clone users use the matching upgrade action in scripts/install.sh or scripts/install.ps1. Installers never move or delete memory data.


Three Pillars

Memory

Current recall has five candidate producers—dense semantic, BM25 lexical, temporal, Hopfield associative, and spreading activation—followed by fusion, optional reranking, and entity-graph score enhancement. The entity graph does not create an independent candidate in the current implementation. Core memory is SQLite-backed. SQLite and sqlite-vec remain the canonical source of truth. The packaged Scale Engine can maintain CozoDB graph and LanceDB vector projections, and it remains outside active retrieval paths until a staged parity witness proves it matches the canonical store. New installations remain on Local Core. During upgrade, slm db scale status can identify a positive pre-v3.7 layout candidate; the operator confirms it with slm db scale adopt. SLM then rebuilds from canonical SQLite, verifies it, and promotes it with a durable recovery journal while retaining the prior directories as a rollback backup. adopt reports restart_required: true; run slm restart before checking daemon health. If proof fails, recall remains on SQLite and status retains the rejected manifest for inspection, retires its replaceable derived payload, and allows a corrected retry.

Canonical ingestion is a durable state machine: raw → queryable → enriching → complete, with failed retaining raw evidence, error details, attempt count, and retry timing. SQLite relational facts and FTS are the queryable checkpoint; optional ANN/vector projectors are verified before complete is granted.

Recalled text is treated as untrusted evidence. Hooks, MCP session_init, CLI session context, and chat use one bounded renderer that redacts recognized secrets, neutralizes forged boundary markers, and attaches provenance. Trusted IDE instruction files contain only the static SLM protocol; fresh memory is retrieved at runtime rather than copied into those files.

Score Contract v2: relevance_score is query-relative relevance; ranking_score is internal ranking utility; memory_confidence belongs to the stored assertion; and trust_score is an evidence-policy signal. Legacy score and confidence remain aliases for one compatibility release. It is explicitly uncalibrated: calibration_status is uncalibrated and answer_confidence is null. See the retrieval score contract.

The retrieval/lifecycle implementation includes three mathematical layers that can run without a cloud LLM:

  1. Fisher-informed scoring — dense candidate generation uses cosine similarity; Fisher-derived terms can modify later scoring when their state is available.
  2. Sheaf Cohomology for Consistency — algebraic topology detects contradictions via coboundary norms on the knowledge graph.
  3. Riemannian Langevin Lifecycle — memory positions evolve continuously on the Poincare ball, and where a memory sits decides its lifecycle stage. There is no retention timer counting down against a memory: what moves it outward is being left alone, and what pulls it back is being used. The stage boundaries themselves are fixed radii.

Auto-capture hooks are installed explicitly with slm hooks install (Claude Code) or slm hooks install --agent codex (Codex). Hook latency and capture quality must be evaluated for the target client and workload; SLM publishes no universal p99 claim.

Multi-scope memory (opt-in): keep memories personal (default), shared with named profiles, or global across the machine. Off by default — recall only ever returns your own facts until you turn sharing on, per call or in config. See docs/shared-memory.md.

Multilingual models: configure an OpenAI-compatible embedding endpoint such as Ollama, vLLM, LiteLLM, bge-m3, multilingual-e5, or Qwen3-Embedding. Language coverage and retrieval quality depend on the selected model and should be evaluated for the deployment corpus.

Cache + Compress

One engine, three ways in — choose the surface that fits your setup:

SurfaceHow you use itRequires proxy?Window effectCache scope
A — Proxyslm wrap claude or ANTHROPIC_BASE_URL=http://127.0.0.1:8765YesShrinksFull-turn cache — every call
B — MCP toolsAdd 5 tools to MCP config; call slm_compress, slm_cache_set/getNoPreserved (1M)Results you explicitly route through SLM
C — SkillCopy skills/slm-optimize/SKILL.md~/.claude/skills/NoPreserved (1M)Auto-applied by the agent per skill rules

The hard constraint: The primary Claude conversation turn cannot be cached without a proxy. The MCP/skill path caches results you explicitly route through SLM (tool outputs, file reads, sub-model calls) — without a proxy the main conversation turn is not intercepted.

How to choose:

  • Metered API (pay-per-token), want every call cached → Proxy (A)
  • Pro/Max/Team subscription or any plan where you won't run a proxy → MCP tools (B) or Skill (C)
  • Zero configuration → Skill (C): install once, auto-compresses CLAUDE.md and large outputs
  • Agent-controlled caching of repeated file reads → MCP tools (B)

Cache: exact-match SQLite lookup is the stable cache path. Semantic cache controls are experimental until release-linked precision, invalidation, and tenant-isolation evidence exists. A cache hit can avoid a provider request, but actual cost and latency savings depend on the intercepted surface and provider.

Compress: safe mode uses conservative normalization and preserves JSON and code; measured reduction varies by content and can be zero. Aggressive prose compression is opt-in and lossy. CCR can retain an original for later byte-exact retrieval when reversible storage is enabled.

Savings dashboard: slm optimize savings --since 7 — live USD/INR/tokens saved. Hot-reload config, fail-open.

SLM-Mesh (cross-session / cross-machine coordination)

SLM-Mesh is the V4 peer-coordination plane: authenticated messages, locks, shared lightweight state, inbox/outbox, and an offline queue between configured peers (same machine sessions or cross-machine). Optional mDNS discovery (SLM_MESH_DISCOVERY=on). It is not a replicated or conflict-resolving distributed-memory database — multi-scope memory sharing is a separate local-authorization feature.

# Machine A (broker)
export SLM_MESH_HOST=192.168.1.100
export SLM_MESH_SHARED_SECRET=my-secret-key
slm init

# Machine B (client)
export SLM_MESH_PEER_URL=http://192.168.1.100:8765
export SLM_MESH_SHARED_SECRET=my-secret-key
slm init

Eight SLM-Mesh MCP tools: mesh_summary, mesh_peers, mesh_send, mesh_inbox, mesh_state, mesh_lock, mesh_events, mesh_status.

Full docs: docs/multi-machine.md · docs/distributed-deployment.md


Install Paths

V4 platform support: Apple Silicon macOS, 64-bit Windows, and 64-bit Linux. Intel Mac and 32-bit Windows are not supported by the patched cryptography 50 runtime.

PathCommandWhen
npm global CLI (primary)npm install -g superlocalmemoryNode 18+; package-owned virtual environment; system Python is not modified; run slm setup explicitly afterward
Python CLI + SDK (primary)Activate a Python virtual environment, then python -m pip install superlocalmemoryPython 3.11+; the slm CLI and importable SDK stay inside that environment
Repository clone — macOS/Linux./scripts/install.sh installResearch/contributor path; delegates to an existing uv or pipx installation
Repository clone — Windows.\scripts\install.ps1 -Action InstallResearch/contributor path; delegates to an existing uv or pipx installation
Claude Code Plugin/plugin marketplace add qualixar/superlocalmemory then /plugin install superlocalmemory@qualixarSelf-bootstraps venv, isolated SLM_DATA_DIR, additive — 34-tool code profile. Ships the skills/agents/hooks/commands
Portable / IDE connectslm connect <ide> [--here]Wire any IDE without reinstalling; slm connect claude-code → plugin pointer

After any install path: slm setupslm doctorslm warmup (optional, pre-downloads ~500MB embedding model).

Upgrading an existing installation

An npm, pip, or repository update upgrades the SLM runtime; it does not silently rewrite your IDE configuration, hooks, or plugin state. Review the existing integrations first:

slm upgrade-hosts

Then explicitly apply the hosts you approve, for example slm upgrade-hosts --host codex --apply, or use slm upgrade-hosts --all-detected --apply after reviewing the preview. See Host Integration Upgrades for the full safety contract and the Claude Code plugin update path.

ComponentSizeWhen
Core libraries (numpy, scipy, networkx)~50MBDuring install
Dashboard & MCP server (fastapi, uvicorn)~20MBDuring install
Learning engine (lightgbm)~10MBDuring install
Search engine (sentence-transformers, torch)~200MBDuring install
Embedding model (nomic-embed-text-v1.5, 768d)~500MBFirst use or slm warmup
Mode B requires Ollama + a model (ollama pull llama3.2)~2GBManual

MCP + Profiles

SLM supports two MCP transports:

HTTP (recommended):

{ "mcpServers": { "superlocalmemory": { "type": "http", "url": "http://127.0.0.1:8765/mcp/" } } }

Or: claude mcp add --transport http superlocalmemory http://127.0.0.1:8765/mcp/

stdio (universal fallback):

{ "mcpServers": { "superlocalmemory": { "command": "slm", "args": ["mcp"] } } }

MCP Profiles

Control tool surface via SLM_MCP_PROFILE:

ProfileToolsUse case
core16Memory, session, optimize, and correction review
code31Core + portable Brain evidence + code-graph tools + profile switching + bounded loops
mesh8SLM-Mesh only — multi-session / multi-machine coordination
full49Memory + portable Brain evidence + optimize + evolution + mesh + bounded loops
power61Full + administration, lifecycle, and diagnostics
whole94Every registered MCP tool

Precedence: ALL > TOOLS > PROFILE > default

export SLM_MCP_PROFILE=full   # or core / code / mesh / power / whole
slm mcp

For a predictable small surface, set core explicitly. Leaving the variable unset retains the compatibility default, whose mesh tools follow the local mesh setting. Count-suffixed aliases remain for backward compatibility and emit a migration warning: core14, core16, code20, code21, code24, code28, code29, code31, mesh8, full38, full39, full42, full46, full47, full49, power50, power51, power54, power58, power59, power61, whole81, whole84, whole91, whole92, whole94. Unknown names stop startup instead of silently selecting another tool set.

Per-IDE configs available for Claude Code, Cursor, Windsurf, VS Code Copilot, Continue, Gemini CLI, JetBrains, Zed, and more (15 configs in ide/configs/). See docs/ide-setup.md.


Editor plugins

The plugin is how most people should install SLM. It brings the MCP server, the skills, the sub-agents, the slash commands and the hooks in one step, and keeps them at the same version as the package.

Four surfaces, one source. Everything below is generated from plugin-src/, so no surface can quietly fall behind another:

EditorInstallSkillsAgentsCommandsHooks
Claude Codeclaude plugin marketplace add qualixar/superlocalmemory then claude plugin install superlocalmemory@qualixar1241yes
Codexcopy codex-plugin/ into your Codex plugins directory1241yes
VS Code / Copilotcopy copilot-plugin/.github/ into your repository124as promptsyes
Antigravitycopy antigravity-plugin/ into your plugins directory1241yes

What you get

  • Skillsslm-remember, slm-recall, slm-session, slm-graph, slm-mesh, slm-scope, slm-profile, slm-governance, slm-cache, slm-compress, slm-status, slm-loop.
  • Sub-agents — a memory advisor, a governance advisor, a context-optimization advisor, and a loop runner, each scoped to the tools it actually needs.
  • Commands/slm-loop, to run a task as a gate-verified bounded loop.
  • Hooks — session start and end, so context loads and commits without being asked.

Keeping it current

pipx upgrade superlocalmemory upgrades the package. It does not upgrade the plugin — those are separate channels, and the plugin is delivered by your editor. slm doctor reports both versions side by side and names the command that updates the one that is behind.

claude plugin marketplace update qualixar
claude plugin update superlocalmemory@qualixar

For the other three, replace the directory from the tag you are on.

Privacy controls and operating modes

ModeWhatCore memory pathOptional network behavior
ALocal GuardianLocal processingModel/dependency downloads, connectors, backup, and other enabled integrations may use the network
BSmart LocalLocal Ollama enrichmentSame optional integrations as Mode A
CProvider-assistedLocal storage with provider callsQuery or enrichment content is sent to the configured provider
slm mode a   # Zero-cloud (default)
slm mode b   # Local Ollama
slm mode c   # Cloud LLM

Mode A can run core memory operations without sending memory content to a cloud model provider. This does not disable optional connectors, cloud backup, proxy providers, dependency acquisition, or model downloads; review configuration and network policy for the deployment.

SuperLocalMemory provides local storage, export/erasure commands, provenance, policy, and audit features that can support a compliance program. The software is not a legal certification, and compliance depends on the use case, operator, configuration, and surrounding systems.

Available controls include local export and erasure commands, hash-chained audit records, provenance tracking, and ABAC policy enforcement. Verify their behavior and retention boundaries for your deployment; see docs/compliance.md.


Teams and Enterprise Memory (V4)

V4 includes multi-user, multi-workspace controls for teams and organizations (introduced on the 3.8 line and retained). These are opt-in — personal single-user installs work exactly as before with no required login.

Users and roles

SLM supports three role tiers within a workspace: admin, member, and viewer.

RoleCan read memoryCan write memoryCan manage users/config
adminyesyesyes
memberyesyesno
vieweryesnono

Roles are scoped per workspace (profile). A user may have different roles in different workspaces.

Workspace isolation

Each workspace (profile) is a fully isolated memory namespace. One workspace cannot read another's personal memories. Shared and global scopes are opt-in and still profile-bounded at the authorization layer.

Login gate

Enterprise deployments set require_login = true in configuration. With login enabled:

  • Every dashboard and API request requires an authenticated session.
  • First-run creates an admin account with a user-chosen password (no default credentials are shipped).
  • Session cookies use HttpOnly with optional Secure enforcement.
  • Personal installs run with require_login = false (loopback owner is trusted).
slm config set security.require_login true   # Enable for team/enterprise use

Memory scopes

ScopeWho can recallSet with
personalOwner profile only (default)slm remember "..." --scope personal
sharedNamed profiles the owner grantsslm remember "..." --scope shared --shared-with profile-a,profile-b
globalAny authorized user on this machineslm remember "..." --scope global

Recall is default-deny: shared and global facts are never returned unless the caller explicitly opts in (--include-shared, --include-global) or the scope policy allows it. See docs/shared-memory.md.

GDPR and data governance

SLM ships built-in controls that support GDPR compliance programs:

  • Export — full profile data export as a structured JSONL bundle
  • Erasure — profile deletion removes data from 30+ scoped tables; erasure is logged to the tamper-proof audit chain before any data is deleted
  • Retention rules — time-based policies (indefinite, gdpr-30d, hipaa-7y, custom) applied per profile
  • Audit trail — every store, recall, mutation, and erasure produces a hash-chained audit record
  • PII redaction — configurable automatic redaction before memory content crosses trust boundaries

These are engineering controls. Compliance depends on deployment configuration, use case, and operator responsibility. See docs/compliance.md.

EU AI Act mode verification

SLM includes a per-mode EU AI Act technical posture report (EUAIActChecker). It records facts the runtime can know — whether data is configured to stay local, whether generative AI is used, and that transparency / human-oversight need deployment evidence.

An operating mode does not establish legal compliance under the EU AI Act. Legal risk classification and conformity assessment depend on intended purpose, affected persons, sector, deployment context, and operator controls. The checker therefore returns compliant=None / risk category undetermined for every mode and always requires deployment-context review. Mode A/B/C only change technical locality and enrichment options (for example Mode C may send content to a configured provider). See docs/compliance.md and src/superlocalmemory/core/modes.py.

Deployment tiers

SLM ships one binary and is configured for the appropriate tier at install or post-install time.

TierLogin gatePII redactionRetentionAudit
Personaloffoffoffon
Enterpriseonononon

The installer or slm reconfigure sets the tier. Each setting is independently overridable at runtime. Full tier documentation: docs/deployment-tiers.md.

RBAC and teams docs

Full reference: docs/rbac-teams.md · docs/deployment-tiers.md


Bounded Loops (V4)

A bounded loop terminates only when an independent gate passes — a test suite exit code, a linter, a JSON-schema check, or an SLM-recall condition. The agent's own "I finished" message is recorded as advisory context and never used as the termination signal. Every lap is persisted to SLM memory under the tag loop:<name>, so runs are auditable and resumable across sessions.

Three surfaces ship together:

SurfaceHow you use it
CLIslm loop demo · slm loop history [--name <n>] · slm loop show <run_id>
Skill + agent/slm-loop skill with the slm-loop-runner agent — delegate a task that has a checkable acceptance condition
MCP toolsslm_loop_run · slm_loop_history · slm_loop_show — call from any IDE or agent (available in the code and full MCP profiles)
# Run the built-in convergence demo (no API key needed)
slm loop demo

# Inspect recorded runs
slm loop history --name convergence-demo
slm loop show <run_id>

Loop laps are stored as ordinary SLM memories and are visible in the dashboard under Knowledge Graph and Memories (filter by tag loop:<name>) and in the Multi-Agent Memory workspace.


Framework Adapters (V4)

SLM ships nine adapters under ide/integrations/: LangGraph, Semantic Kernel, Microsoft Agent Framework, LangChain, LlamaIndex, CrewAI, AutoGen, Google ADK, and OpenAI Agents. Each wires SLM as memory and history without replacing the framework runtime; its directory contains installation/configuration guidance. Pydantic AI is not included because it does not expose a formal external-memory interface.


Advanced

TopicLink
Full optimize docsdocs/optimize-overview.md · docs/optimize-cli.md · docs/optimize-config.md
Distributed deploymentdocs/distributed-deployment.md
Multi-machine meshdocs/multi-machine.md
Auto-memory hooksdocs/auto-memory.md
Architecture + mathdocs/ARCHITECTURE.md
Published benchmark evidencedocs/benchmarks.md
CLI referencedocs/cli-reference.md
MCP tools referencedocs/mcp-tools.md
Optional Bounded Loops bridgedocs/bounded-loops-bridge.md
Getting starteddocs/getting-started.md
IDE setup (15 configs)docs/ide-setup.md
Teams, users, and RBACdocs/rbac-teams.md
Deployment tiersdocs/deployment-tiers.md
pi.dev integrationdocs/pi-dev-integration.md
Skill evolutiondocs/skill-evolution.md
V2 migrationdocs/migration-from-v2.md
Configurationdocs/configuration.md
Retrieval score contractdocs/retrieval-score-contract.md
Wikigithub.com/qualixar/superlocalmemory/wiki

Open the web dashboard with slm dashboard; workspaces appear only when their runtime capability is enabled and healthy. See CHANGELOG.md for the complete release history.

Research Papers

SuperLocalMemory has a V4 arXiv preprint with Zenodo archive and DOI, plus The Living Brain (V3.3), Information-Geometric Foundations (V3), and Trust & Behavioral Foundations (V2).

Use the citation metadata on the linked arXiv or Zenodo records.

Support / License / Qualixar

See CONTRIBUTING.md, the Wiki, and LICENSE (AGPL-3.0). For commercial licensing, see COMMERCIAL-LICENSE.md or contact varun.pratap.bhardwaj@gmail.com. Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar · Qualixar · research archive. Acknowledgments: Everything Claude Code informed skill observation; HKUDS/OpenSpace informed skill-evolution verification.

Star This Project

If this project solves a real problem for you, please star the repo — it helps other developers discover Qualixar and signals that the AI agent reliability community is growing.

Star SuperLocalMemory on GitHub

常见问题

What is superlocalmemory?

superlocalmemory is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by qualixar. Open-source governed, local-first memory control plane for AI agents and teams. arXiv:2608.08253. It has 219 GitHub stars.

Is superlocalmemory safe to use?

Yes. superlocalmemory passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install superlocalmemory?

Clone the repository with "git clone https://github.com/qualixar/superlocalmemory" and add it to your Claude Code skills directory (see the Installation section above). superlocalmemory ships a SKILL.md manifest, so compatible agents can discover and load it automatically.

What programming language is superlocalmemory written in?

superlocalmemory is primarily written in Python. It is open-source under qualixar on GitHub, so you can review or fork the full source.

Are there alternatives to superlocalmemory?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh superlocalmemory against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情
superlocalmemory — Claude Code AI Skill | SkillTip