setup-gbrain

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

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/uzumaki-inc/uzustack --skill setup-gbrain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-gbrain
Source: https://github.com/uzumaki-inc/uzustack/tree/main/_upstream/gstack/setup-gbrain
Command: npx skills add https://github.com/uzumaki-inc/uzustack --skill setup-gbrain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the setup of gbrain for a coding agent: installs the CLI, initializes a local brain (PGLite or Supabase), registers MCP, and captures per-remote trust policy so the agent can run with memory.

Core Features & Use Cases

  • Install and configure the gbrain CLI, initialize a local brain, and register MCP for cross-machine memory.
  • Capture per-remote trust policy to enable secure, zero-setup calls from the agent.
  • Use in onboarding new projects or multi-machine workflows to bootstrap an agent quickly.

Quick Start

Run setup to install gbrain and initialize a local brain for this project.

Frequently Asked Questions about setup-gbrain

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

FAQPage Schema
How do I bootstrap local memory for my coding agent?

Bootstrapping local memory for a coding agent involves installing the gbrain CLI, initializing a local brain backend like PGLite or Supabase, and registering MCP to enable immediate memory-enabled operations.

How do I configure per-remote trust policies for a coding agent?

Configuring per-remote trust policies involves capturing specific permissions during the gbrain setup process, enabling secure, zero-setup calls from the coding agent to the local brain across single or multi-machine setups.

Do I need a configured Supabase backend before initializing gbrain?

Yes, initializing gbrain requires a configured brain backend such as PGLite or Supabase, local CLI access, and permissions to register MCP and manage trust policies before the setup can complete.

Can I use gbrain to onboard new projects across multi-machine setups?

Yes, gbrain supports onboarding new projects across multi-machine setups by automating local brain initialization, MCP registration, and trust policy capture so the coding agent runs with cross-machine memory.

What is the best way to automate gbrain CLI installation and MCP registration?

Running the setup-gbrain automation is the best way to install the gbrain CLI, initialize a local brain, and register MCP, ensuring the coding agent is ready for immediate execution with secure memory access.