gaius

jkubo/gaius
★ 3 stars Python AI/LLM Updated today
Self-hosted, self-correcting memory consolidation for AI coding agents: an open take on agent 'dreaming'. Extracts, ranks, and injects ops knowledge across Claude Code, Gemini CLI, Grok Build, and Codex sessions. Hybrid BM25 + sqlite-vec corpus, MCP server, fully offline.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gaius": {
      "command": "uvx",
      "args": [
        "gaius"
      ]
    }
  }
}

Or install with pip: pip install gaius

Topics

ai-agentsclaude-codecontext-engineeringknowledge-graphmcpmemorysqlite