setup-gbrain

Install the gbrain CLI, initialize a local brain, and register MCP.

1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/tblakex01/conductor-playground --skill setup-gbrain-tblakex01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-gbrain
Source: https://github.com/tblakex01/conductor-playground/tree/main/.claude/skills/gstack/setup-gbrain
Command: npx skills add https://github.com/tblakex01/conductor-playground --skill setup-gbrain-tblakex01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Set up gbrain for this coding agent by installing the CLI, initializing a local brain (PGLite or Supabase), registering MCP, and capturing per-remote trust policy so the agent can call gbrain.

Core Features & Use Cases

  • Install the gbrain CLI and initialize a local brain (PGLite or Supabase) to enable memory and policy management.
  • Register MCP and capture per-remote trust policy to securely enable cross-machine usage.
  • Provide a one-command bootstrap from zero to "gbrain is running" so the agent can start interacting with its brain.

Quick Start

Run the setup-gbrain workflow to install the gbrain CLI, initialize a local brain, and register MCP so this agent can start using gbrain.

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 a local memory brain for my coding agent using PGLite or Supabase?

To set up a local brain for your coding agent, you install the gbrain CLI and initialize a local memory database using either PGLite or Supabase, enabling the agent to manage memory and policy.

How do I configure per-remote trust policy for an agent's MCP connection?

You configure per-remote trust policy during the gbrain setup process by registering MCP and capturing the specific trust settings, securely enabling cross-machine usage for your coding agent.

What is the best way to bootstrap an agent memory system from zero to running?

The best way to bootstrap an agent memory system from zero is running a one-command setup workflow that installs the CLI, initializes the brain database, and registers MCP so the agent can interact immediately.

Can I use gbrain with my existing gstack workflow automation?

Yes, you can use gbrain within your gstack workflow by running the setup-gbrain process, which integrates the local brain initialization and MCP registration directly into your automation environment.

Do I need a Supabase instance to start an agent memory brain, or can I run locally?

You do not need a Supabase instance to start an agent memory brain; the setup supports PGLite for a fully local initialization, or Supabase if you prefer a managed database backend.

Why is my coding agent unable to call gbrain after installation?

If your coding agent cannot call gbrain after installation, the setup likely failed to register MCP or capture the per-remote trust policy, which are required steps to securely enable agent interaction.