Discover and explore top open-source AI tools and projects—updated daily.
nheversIntelligent memory layer for AI agents
New!
Top 78.9% on SourcePulse
MoltBrain is a long-term memory layer designed for AI agents like OpenClaw, MoltBook, and Claude Code. It automatically learns and recalls project context, enhancing agent productivity by remembering past interactions, decisions, and code snippets.
How It Works
MoltBrain operates by capturing observations, decisions, and code during AI agent sessions. This captured data is processed by a worker service (running locally on port 37777) which stores session details in SQLite and enables semantic search via ChromaDB. When a new session begins, MoltBrain injects relevant context from its memory, allowing the AI agent to recall past information and maintain continuity. This approach automates context management, reducing the need for agents to re-learn project specifics.
Quick Start & Requirements
Installation varies by agent:
/plugin marketplace add nhevers/moltbrain followed by /plugin install moltbrain.https://github.com/nhevers/moltbrain.git into ~/.openclaw/extensions/, then cd moltbrain/integrations/openclaw, run npm install && npm run build, and enable the plugin via pnpm openclaw plugins enable moltbrain.npm install --save @moltbrain/moltbook-mcp and configure MoltBrain settings.Prerequisites: Node.js 18+ or Bun 1.0+. Requires integration with OpenClaw, MoltBook, or Claude Code.
Highlighted Details
localhost:37777 for browsing history, search, and analytics.Maintenance & Community
The project is built with care for the OpenClaw, MoltBook, and Claude Code community. Specific details on contributors, sponsorships, or dedicated community channels (like Discord/Slack) are not explicitly detailed in the README.
Licensing & Compatibility
MoltBrain is licensed under the AGPL-3.0 license. This license imposes copyleft requirements, meaning derivative works must also be made available under the AGPL-3.0. This may have implications for commercial use or integration into closed-source projects.
Limitations & Caveats
MoltBrain functions as a memory layer and requires integration with specific AI agents (OpenClaw, MoltBook, Claude Code). The AGPL-3.0 license may present compatibility challenges for certain commercial or proprietary applications. Setup requires adherence to agent-specific integration instructions.
3 weeks ago
Inactive