setup-memory

Install and configure the secondbrain CLI to provision persistent memory.

5|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/timurgaleev/vibestack --skill setup-memory-timurgaleev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-memory
Source: https://github.com/timurgaleev/vibestack/tree/main/skills/setup-memory
Command: npx skills add https://github.com/timurgaleev/vibestack --skill setup-memory-timurgaleev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Set up persistent memory for this coding agent using secondbrain: install the CLI, initialize a local PGLite or Supabase brain, register MCP, capture per-remote trust policy. One command from zero to "persistent memory is running and this agent can call it."

Core Features & Use Cases

  • Provides end-to-end memory provisioning across local and remote brains, with MCP registration and policy capture.
  • Supports deterministic setup flows including migration between engines and health checks.
  • Enables private, local memory operation with no telemetry and offline capability.

Quick Start

Run the /setup-memory command to provision persistent memory for this agent from installation through MCP registration.

Frequently Asked Questions about setup-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up persistent memory for a coding agent using secondbrain?

Persistent memory provisioning for a coding agent installs the secondbrain CLI, initializes a local PGLite or Supabase brain, and registers the MCP. This process includes health checks and policy capture to ensure a ready-to-use memory engine.

Can I run an agent memory engine locally without telemetry?

Yes, you can configure a local PGLite brain for private, offline memory operation with no telemetry. This approach enforces privacy controls while maintaining persistent memory capabilities for your coding agent.

Does secondbrain setup support remote Supabase brains for agent memory?

Yes, the setup supports initializing remote Supabase brains for agent memory. It provides safe migration paths between local and remote engines, applying deterministic steps and health checks during the configuration process.

What is MCP registration in the context of agent memory setup?

MCP registration binds the initialized memory engine to the coding agent so it can invoke memory calls. It is part of a structured sequence that captures per-remote trust policies and ensures the agent can access persistent memory.

How do I configure a per-remote trust policy for agent memory?

Configuring a per-remote trust policy occurs during MCP registration in the setup-memory sequence. It captures specific privacy controls to ensure safe, deterministic operation of the secondbrain memory engine across different remote environments.

Is macOS required to provision agent memory with secondbrain?

Yes, provisioning agent memory with secondbrain applies to macOS environments running Vibestack workflows. The setup process enforces deterministic steps and health checks tailored to this environment to ensure a ready-to-use memory engine.