{ "name": "gbrain", "version": "0.58.1.0", "description": "Personal knowledge brain for your coding agent — hybrid search, synthesis, graph traversal, and durable cross-session memory over Postgres/PGLite with pgvector, plus a curated brain-first skill set.", "author": { "name": "Garry Tan", "url": "https://github.com/garrytan" }, "homepage": "https://github.com/garrytan/gbrain", "repository": "https://github.com/garrytan/gbrain", "license": "MIT", "keywords": [ "memory", "knowledge-base", "mcp", "search", "agent", "brain", "pgvector" ], "skills": "./plugin/skills/", "mcpServers": { "gbrain": { "command": "${CLAUDE_PLUGIN_ROOT}/.agents/gbrain-launcher", "args": [ "serve", "--surface", "starter", "--source-guard" ], "cwd": "${CLAUDE_PLUGIN_ROOT}" } } }