setup-gbrain

Install and configure the gbrain CLI with local brain initialization and MCP registration.

2|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/vnmoorthy/Skylog --skill setup-gbrain-vnmoorthy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-gbrain
Source: https://github.com/vnmoorthy/Skylog/tree/main/.claude/skills/gstack/setup-gbrain
Command: npx skills add https://github.com/vnmoorthy/Skylog --skill setup-gbrain-vnmoorthy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

gbrain setup eliminates the manual, error-prone steps to install and configure a persistent brain for coding agents, providing a repeatable local environment.

Core Features & Use Cases

  • Install the gbrain CLI and initialize a local brain (PGLite or Supabase) to enable cross-session memory for your agent.
  • Register MCP and capture per-remote trust policy so the agent can securely call and remember across machines.
  • One-command onboarding flow that takes you from zero to "gbrain is running" with the required components configured.

Quick Start

Run the setup flow to install the CLI, initialize the brain, and start gbrain in one command.

Frequently Asked Questions about setup-gbrain

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

FAQPage Schema
How do I set up persistent brain memory for coding agents locally?

To set up persistent brain memory, run the one-command onboarding flow that installs the gbrain CLI, initializes a local brain using PGLite or Supabase, and registers the MCP. This eliminates manual configuration and provides a repeatable local environment for your coding agents.

What is the best way to configure MCP and trust policies across multiple machines?

The best way to configure MCP and per-remote trust policies is using the gbrain setup flow, which captures trust policies securely across sessions. This allows your coding agent to securely call and remember context across different machines.

Does the gbrain setup flow work on a local Mac environment?

Yes, the gbrain setup flow works specifically on local Mac environments, handling CLI installation, brain initialization, and MCP registration natively. It applies the required local configurations to get gbrain running on macOS.

Can I initialize a local brain with Supabase instead of PGLite?

Yes, you can initialize a local brain with Supabase instead of PGLite. The setup process supports both PGLite and Supabase for brain initialization, letting you choose your preferred backend to enable cross-session memory.