No-Code Persistent Memory System for Claude Using Notion and MCP

What This Is
A developer has created a no-code persistent memory system for Claude using Notion and the Model Context Protocol (MCP). This addresses limitations in Claude's built-in memory by providing an organized, auditable knowledge base that grows without hitting context limits.
Key Details
The system, called a "Cognitive Hub," is built entirely in Notion. Claude interacts with it through MCP, reading from and writing to the knowledge base. The source specifically states: "no Docker, no setup, just structured knowledge."
The Cognitive Hub contains:
- Rules
- Projects
- References
- Standard Operating Procedures (SOPs)
The system uses a routing table organization method so Claude loads only what's relevant per conversation. This addresses the creator's specific problem with Claude's built-in memory: "it remembers things you never asked it to, forgets things that matter, and you can't organize or audit what it knows."
After one month of daily use (approximately 10 sessions per day), the knowledge base has grown to 70+ pages. A team member has independently adopted shared portions for asynchronous collaboration, eliminating the need for synchronous meetings.
The creator positions this as complementary to OpenClaw, noting: "same core problem (AI needs persistent memory), different approach. OpenClaw = full-stack agent platform. Cognitive Hub = no-code, just Claude + Notion + MCP."
Available resources:
- Open-source templates and setup guide: github.com/wenjenglee/cognitive-hub
- Design rationale preprint (under review): doi.org/10.2196/preprints.96809
Who It's For
Developers and professionals using Claude who need organized, persistent memory for complex workflows involving multiple roles or deep domain knowledge.
📖 Read the full source: r/ClaudeAI
👀 See Also

IronBee: Open-source verification layer for Claude Code and Cursor
IronBee is an open-source verification layer that forces AI coding agents to test changes in a real browser before completing tasks. In testing, it caught bugs in 82% of Claude Code sessions that would have shipped without verification.

Tri-Node Memory: Open Source Persistent Agent Memory with Human/Agent Vault Separation
Tri-Node Memory is a lightweight architecture that separates an AI coding agent's memory from the human's persistent journal using two Obsidian vaults. The agent reads from the human vault but writes only to its own, never crossing boundaries without explicit permission.

Nakkas MCP Server Generates Animated SVGs from AI Descriptions
Nakkas is an MCP server where AI constructs complete animated SVG configurations from descriptions, rendering clean animated SVGs with shapes, gradients, animations, and filters. It supports parametric curves, 15 filter presets, CSS @keyframes and SMIL animations, and works anywhere SVG renders.

Context Gateway: An Open-Source Proxy for Compressing AI Agent Context
Context Gateway is an open-source proxy that sits between coding agents and LLMs, compressing tool outputs before they enter the context window. It uses small language models to detect signal in context, performs background compaction at 85% window capacity, and includes spending caps, a dashboard, and Slack notifications.