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

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
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:
- Clone the repository
- Run bootstrap (interactive secret setup)
- Run deploy (schema + functions)
- 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
👀 See Also

Custom Output Styles Collection for Claude Code
A developer has created 13 custom output styles for Claude Code that modify the AI's behavior through system prompts. The styles include Roast for brutal code critique, Socratic for guided questioning, Breaker for adversarial testing, Ship It for pragmatic solutions, Paranoid for security focus, and TDD for test-driven development.

Reseed CLI: Extract Design Systems from Any Site for Claude Code and Cursor
Reseed is a CLI that extracts design tokens (colors, spacing, type scale, radii) from any website and generates a tailwind.config.ts, design-system.md, and reference HTML for Claude Code and Cursor to use.

Marmy: A Self-Hosted Mobile App for Managing Multiple AI Coding Agent Sessions
Marmy is an open-source, self-hosted tool built with Claude Code that lets you manage multiple AI coding agent sessions from your phone. It features a Rust agent for your machines, an iOS app, file browsing with syntax highlighting, push notifications, and a manager-agent architecture.

Agents Observe: Real-time Dashboard for Monitoring Claude Code Agent Teams
Agents Observe is a local dashboard that provides real-time observability for Claude Code agent sessions using hooks instead of OTEL. It captures every tool call, agent hierarchy, and event with filtering and search capabilities, running as a Docker container that auto-starts with Claude sessions.