OpenClaw CoreBrain Plugin: Persistent Memory for AI Coding Agents

OpenClaw Memory Plugin Solves Persistent Context Problems
The OpenClaw CoreBrain plugin addresses fundamental memory issues in OpenClaw where the AI agent writes to memory but then acts like it never happened, requiring users to re-explain everything in new sessions.
Core Problems Identified
- Memory is optional - the model decides whether to invoke memory tools and frequently skips this step
- The memory.md file lives in the context window and gets wiped during compaction
- No project separation exists, and searches often return noise with no way to trace where answers originated
CoreBrain Solution
The plugin stores memory outside the context window in a knowledge graph and auto-injects it before every query. This eliminates tool calls and the "choosing to remember" problem.
Installation and Compatibility
Install with: openclaw plugins install /openclaw-corebrain
The plugin is open-source and works with other AI agents including Claude Code, Cursor, and Codex. It can be self-hosted from the repository at RedplanetHQ/core.
📖 Read the full source: r/openclaw
👀 See Also

Curated List of 260+ AI Agent Tools with Claude Ecosystem Highlights
A GitHub repository contains a curated list of 260+ AI agent tools, including specific Claude-related entries like Claude Code (80.9% SWE-bench), Claude Computer Use, and Claude in Chrome, plus tools that work well with Claude such as Cline and Cursor.

OpenClaw Outlook Add-in Connects Local Agent to Email Sidebar
A developer built an Outlook add-in that connects to a local OpenClaw Gateway via WebSocket, providing full agent access with tools and automations directly in the email sidebar. The tool reads selected emails as context, maintains per-email chat sessions, and works with Outlook Desktop and Web.

Savecraft MCP Server Provides Claude with Accurate Magic: The Gathering Data
Savecraft is an open-source MCP server that parses MTG Arena Player.log locally, syncs game state, and gives Claude access to 12 expert reference modules built on real Magic: The Gathering data. The tool prevents Claude from hallucinating card names and rules by providing access to actual Arena data, draft recommendations from 17Lands, and the complete Scryfall database.

Building and Testing an MCP Server in Claude Desktop: Architecture and Lessons
A developer shares their experience building and testing an MCP server within Claude Desktop, detailing their architecture setup and practical lessons learned about tool schemas, debugging, and limitations.