Skip to content

Gbrain

Free

by MCP Community

Personal knowledge brain — CLI + MCP server. SQLite + FTS5 + vector search.

v0.3.0Added Apr 12, 2026
knowledge-basemcpsqliteclirag
Works with:ClaudeGPTGeminiCopilot

Gbrain MCP Server

Personal knowledge brain — CLI + MCP server. SQLite + FTS5 + vector search.

Installation

npx -y @guqings/gbrain

Reviews

Leave a Review

Installation

Quick install
npx -y @guqings/gbrain
Add to claude_desktop_config.json
{
  "mcpServers": {
    "gbrain": {
      "command": "npx",
      "args": ["-y", "@guqings/gbrain"]
    }
  }
}