Skip to main content
The @sovseal/mcp-server package ships the sovseal CLI alongside the stdio MCP server. The local tier requires no account: storing and recalling memories run 100% on-device with zero browser logins, zero emails, and zero API key setup required.

1-Shot Setup Command

Autonomously provision your local project, configure zero-knowledge memory, and verify system health in a single terminal command:
Or connect your AI coding tools (Claude Code, Cursor, Windsurf, Claude Desktop, Antigravity) with automatic tool registration:

Quick Start Commands

Run sovseal commands directly via npx (or install globally with npm install -g @sovseal/mcp-server):

onboard — 1-Shot Project Registration

Registers your local project with the managed edge so background replication can begin. Local capture and recall work with zero configuration whether or not you onboard.

mind — Agent Mind Digest

Prints a token-budgeted digest of the local store and exits without starting the embedding pipeline — fast enough to run at session start:
  • Core Mind State: Procedural and semantic memories ranked by composite recall score.
  • Recurring Patterns: Memories that have been reinforced more than once (reinforce_count > 1).
The same digest is available to agents at session start through the sovseal://context/briefing MCP resource.

Agent Envelope Mode (--json)

Pass --json (alias --agent) to any command for clean, structured JSON envelopes formatted for AI tool loops: