setup-gbrain

Install the gbrain CLI, bootstrap a PGLite or Supabase brain, and register MCP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Set up gbrain across your coding environment by installing the CLI, bootstrapping a local PGLite or Supabase brain, and registering MCP with per-remote trust policy. This enables a ready-to-run brain for autonomous agent calls and policy enforcement across machines.

Core Features & Use Cases

  • Install the gbrain CLI and initialize a local brain or remote brain backend.
  • Register MCP and capture per-remote trust policies for cross-machine operation.
  • Bring gbrain online with a single command so agents can call it immediately across projects.

Quick Start

Run the setup-gbrain command to install and initialize gbrain 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 set up an always-on brain for autonomous AI agents?

To set up an always-on brain for autonomous agents, you must install the gbrain CLI, bootstrap a local or remote brain backend, and register MCP to enforce trust policies across repositories. This provides a ready-to-run memory for immediate agent calls.

How does cross-machine memory policy enforcement work for AI agents?

Cross-machine memory policy enforcement works by registering MCP with per-remote trust policies during the gbrain setup process. This configuration applies routing and trust rules across multiple repositories, enabling consistent agent memory and policy enforcement.

What's the best way to configure a local PGLite or Supabase brain for my coding environment?

The best way to configure a local PGLite or remote Supabase brain is by running the setup-gbrain command. It bootstraps the brain backend and brings gbrain online with a single command, allowing agents to call it immediately across projects.

Do I need CLI tooling and specific repository permissions to use gbrain?

Yes, you need CLI tooling, a brain backend, and a repository with appropriate permissions to use gbrain. These requirements ensure you can properly configure the trust policies and routing needed for cross-machine agent operations.

Can I bring gbrain online with a single command across multiple projects?

Yes, you can bring gbrain online with a single command across multiple projects. The setup process installs the CLI, initializes your chosen brain backend, and registers MCP to ensure autonomous agents can call it immediately.