setup-gbrain

Automate gbrain CLI installation, brain initialization, MCP registration, and trust policy configuration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Setting up gbrain manually requires installing the CLI, initializing a local or Supabase brain, registering MCP, and configuring trust policies across multiple steps. This Skill automates the entire process so the coding agent can call gbrain immediately after setup.

Core Features & Use Cases

  • One-Command Setup: Installs the gbrain CLI and initializes a local PGLite or Supabase brain in a single workflow.
  • MCP Registration: Automatically registers gbrain as an MCP server so the agent can invoke it directly.
  • Trust Policy Capture: Configures per-remote trust policies to secure cross-machine brain access.
  • Use Case: A developer starting a new project can run this Skill to go from zero to a fully operational gbrain instance without manual configuration.

Quick Start

Use the setup-gbrain skill to install gbrain, initialize a local brain, register MCP, and configure trust policies so the agent can immediately call 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 the gbrain CLI and initialize a local brain for my coding agent?

To set up the gbrain CLI, run this Skill to install the CLI, initialize a local PGLite brain, register the MCP server, and configure trust policies automatically in one command.

What does MCP server registration do for coding agents?

MCP server registration automatically connects the gbrain backend to your coding agent, enabling the agent to invoke gbrain directly and access initialized brain storage without manual configuration steps.

Can I use Supabase instead of PGLite for gbrain initialization?

Yes, you can initialize a Supabase brain instance instead of a local PGLite brain during the automated setup workflow to utilize remote database storage for your coding agent.

What is the best way to configure per-remote trust policies for cross-machine brain access?

The best way to configure per-remote trust policies is using this automated setup workflow, which captures and applies security policies to secure cross-machine brain access during initialization.

Do I need to manually register MCP transport when initializing a new gbrain instance?

No, you do not need to manually register MCP transport because this setup workflow automatically registers the MCP transport and initializes brain storage in a single executable process.