Open Brain: Open-source MCP server adds persistent memory with auto-graph and semantic search to Claude

✍️ OpenClawRadar📅 Published: April 15, 2026🔗 Source
Open Brain: Open-source MCP server adds persistent memory with auto-graph and semantic search to Claude
Ad

What Open Brain does

Open Brain is an MCP server that provides Claude (Code, Desktop, or any MCP client) with persistent memory across sessions. When you tell Claude to "remember this," it captures the thought by embedding it, extracting entities (people, tools, projects, organizations), scoring quality, checking for semantic duplicates, and auto-linking to related thoughts. Later searches work by meaning rather than keywords.

Key differentiating features

  • Auto-graph: Connections between thoughts are created automatically on capture with typed links (extends, contradicts, is-evidence-for) at 0.80+ similarity thresholds
  • Semantic dedup: Captures at 0.92+ similarity automatically merge instead of creating duplicates
  • Salience scoring: 6-factor ranking system (recency, access frequency, connections, merges, source weight, pinned) that surfaces frequently used thoughts over time
  • Hybrid search: BM25 full-text + pgvector cosine similarity with Reciprocal Rank Fusion
  • 16 MCP tools: Includes graph traversal, entity browsing, weekly review synthesis, staleness pruning, dedup review, and density analysis
  • Staleness pruning: Irrelevant thoughts decay and get soft-archived automatically with LLM confirmation and sole-entity protection
Ad

Technical stack and setup

Built on Supabase (Postgres + pgvector) + Deno Edge Functions + OpenRouter. The system is self-hostable—you own your data and run it on your own Supabase project.

Setup takes approximately 10 minutes:

  1. Clone the repository
  2. Run bootstrap (interactive secret setup)
  3. Run deploy (schema + functions)
  4. Run validate (8-check verification)

The deploy script prints a ready-to-paste claude mcp add command for immediate integration.

Compatibility and licensing

Works with Claude Code, Claude Desktop, ChatGPT, and any MCP-compatible client. The project is MIT licensed with 40 SQL migrations, 5 Edge Functions, and 138 tests.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Essential OpenClaw plugins for developers using AI coding agents
Tools

Essential OpenClaw plugins for developers using AI coding agents

A developer tested OpenClaw plugins and identified essential tools including env-guard for security, commit-guard for preventing bad commits, composio for connecting to 860+ tools, cortex-memory for long sessions, cost-tracker for spending visibility, and openclaw-better-gateway for fixing flaky connections.

OpenClawRadar
srclight: Fully Local Code Indexing MCP Server with Ollama Embeddings
Tools

srclight: Fully Local Code Indexing MCP Server with Ollama Embeddings

srclight is an MCP server for deep code indexing that runs 100% locally with no API keys or cloud calls. It uses tree-sitter AST parsing for 11 languages, SQLite FTS5 for keyword search, Ollama for embeddings, and GPU-accelerated cosine similarity via cupy.

OpenClawRadar
OpenClaw Agent Relay Plugin Fixes Telegram Delivery in Multi-Agent Setups
Tools

OpenClaw Agent Relay Plugin Fixes Telegram Delivery in Multi-Agent Setups

The openclaw-agent-relay plugin addresses the persistent issue where sessions_send responses go to webchat instead of Telegram by using gateway WebSocket RPC to trigger agent turns with deliver:true, eliminating the need for workarounds like explicit message tools or announce steps.

OpenClawRadar
OpenClaw Benchmark Shows Qwen3.5:27B Outperforms Other Local LLMs for Agent Tasks
Tools

OpenClaw Benchmark Shows Qwen3.5:27B Outperforms Other Local LLMs for Agent Tasks

A benchmark of 7 local LLMs on 22 real agent tasks using OpenClaw found qwen3.5:27b-q4_K_M scored 59.4%, while the runner-up qwen3.5:35b scored only 23.2%. Most models couldn't find basic tools like email functions.

OpenClawRadar