
Memory Bank
by feelingsonice
Shared, long-term memory across AI agent sessions and tools using a local SQLite knowledge graph.
What it does
Memory Bank provides AI agents with persistent, shared long-term memory that transcends individual sessions and tool silos. Instead of relying on flat text files, it implements a structured knowledge graph that evolves as the agent interacts, ensuring continuity and deeper context across different AI tools.
Tools
retrieve_memory: Recalls relevant historical context, user preferences, and past decisions to improve current responses.capture_memory: (Implicit) Automatically ingests turns, tool calls, and results to evolve the knowledge graph.
Installation
Install via the official script and run setup:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/feelingsonice/MemoryBank/main/install.sh)"
mb setup
Supported hosts
- Claude Code
- Codex
- Gemini CLI
- OpenCode
- OpenClaw
Quick install
sh -c "$(curl -fsSL https://raw.githubusercontent.com/feelingsonice/MemoryBank/main/install.sh)" && mb setupInformation
- Pricing
- free
- Published
- 5/15/2026
- stars






