← All repos

gbrain

Garry's Opinionated OpenClaw/Hermes Agent Brain

Browse cluster: Cluster 59
926commits
130contributors
7languages

Tech stack & purpose

GBrain is a personal knowledge brain and agent memory system built to help LLM agents and humans organize, retrieve, and reason over information. It's designed for both individual knowledge bases and team-scale deployments, with a focus on retrieval quality and hybrid search capabilities. The project is written in TypeScript and uses Bun as its build tool and package manager, with a pluggable database engine architecture supporting either PGLite (an embedded Postgres via WebAssembly requiring no configuration) or a managed Postgres instance with pgvector for vector search. Created by Garry Tan, GBrain integrates with multiple agent platforms including Claude, Codex, Cursor, and others through an MCP (Model Context Protocol) interface, and provides both a CLI and programmatic API for managing knowledge across configurable brains (databases) and sources (repositories within those databases).

Languages

TypeScript
97.2%
Shell
1.3%
JavaScript
1.1%
PLpgSQL
0.3%
HTML
0.0%
CSS
0.0%
Dockerfile
0.0%

Contributors (top 30 of 130)