setup-gbrain

Automates gbrain installation, configuration, and MCP registration for AI agents.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/Manzueti/cyberdart --skill setup-gbrain-manzueti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-gbrain
Source: https://github.com/Manzueti/cyberdart/tree/main/setup-gbrain
Command: npx skills add https://github.com/Manzueti/cyberdart --skill setup-gbrain-manzueti

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, Write, Edit, Glob, Grep, AskUserQuestion, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the setup of gbrain for AI agents, including installation, configuration, and registration, streamlining the process for efficient operation.

Core Features & Use Cases

  • Automated Installation: Installs the gbrain CLI and initializes the local PGLite or Supabase brain.
  • Configuration: Registers the Machine Control Protocol (MCP) and captures per-remote trust policy.
  • Registration: Sets up the necessary credentials and configurations to enable gbrain functionality.
  • Use Case: For AI agents to utilize gbrain's capabilities, such as querying knowledge bases, this Skill ensures the agent has the required setup in place.

Quick Start

Run the command 'setup gbrain' to initiate the setup process for gbrain.

Frequently Asked Questions about setup-gbrain

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

FAQPage Schema
How do I automate gbrain setup and MCP registration for AI agents?

Automating gbrain setup involves installing the CLI, initializing a local PGLite or Supabase brain, and registering the Machine Control Protocol (MCP) to enable knowledge base querying.

What is the Machine Control Protocol (MCP) configuration process for gbrain?

MCP configuration for gbrain captures per-remote trust policies and sets up the necessary credentials, allowing AI agents to utilize gbrain's capabilities like querying knowledge bases.

Do I need Bash to install the gbrain CLI and initialize a local brain?

Yes, the automated gbrain installation process utilizes Bash alongside Read, Write, Edit, Glob, Grep, and AskUserQuestion tools to install the CLI and initialize your local brain.

Can I use Supabase instead of PGLite when configuring gbrain for AI agents?

Yes, during the gbrain setup process, you can choose to initialize either a local PGLite brain or a Supabase brain depending on your project requirements.

Why is gbrain MCP registration required for querying knowledge bases?

MCP registration is required because it sets up the necessary credentials and trust policies that enable AI agents to successfully query and interact with gbrain knowledge bases.