Reference MCP vs RoBrain
Reference MCP and RoBrain are both agent frameworks tracked by AIDiveForge. Below is a side-by-side comparison of pricing, capabilities, platforms, and ownership — sourced from each tool's live website and verified before publishing.

Reference MCP
Reference is a local MCP server that reads session transcripts and memory files — CLAUDE.md, AGENTS.md, and similar — from multiple AI coding tools, then exposes that history to whichever agent is asking. Register it once in each tool's MCP config and any agent can query what any other agent did before. The architecture is passive: Reference does not plan, execute, or chain tasks — it answers lookups. That scope is the point, and also the ceiling. Teams with more than a handful of tools, or who need structured, queryable memory rather than transcript search, will find the file-scanning approach starts to feel fragile as session volume grows.

RoBrain
RoBrain sits between your team's AI coding tools — Claude Code, Cursor, Copilot, Codex CLI — and a shared Postgres instance, capturing not just decisions but the alternatives your team ruled out. An MCP server runs inside the editor and surfaces relevant history before the agent acts; a batch Synthesis scan reads the whole corpus on a schedule to flag contradictions and drift that no single session would catch. That cross-session contradiction detection is where it separates from alternatives that only check at insertion time or silently delete the losing decision. Self-hosted on Apache 2.0 with your own Postgres; cloud extraction and the Planning API are paid-only features.
| Attribute | Reference MCP | RoBrain |
|---|---|---|
| Pricing | Free | Paid |
| Free trial | No | No |
| Open source | Yes | Yes |
| Has API | No | Yes |
| Self-hosted option | Yes | Yes |
| Platforms | Python / local | Node.js 18.18+, npm/pnpm; Docker for local Postgres + Perception API; integrates with Claude Code, Cursor, Copilot, Codex CLI |
| Released | — | 2026 |
| Pros |
|
|
| Cons |
|
|
Reference MCP is free while RoBrain is paid; only RoBrain exposes a public API. Choose based on which difference matters most for your workflow.
Frequently asked questions
What is the difference between Reference MCP and RoBrain?
Reference MCP is Free and open source, while RoBrain is Paid and open source. Compare pricing, free trial, API, platforms, and pros/cons in the table above on AIDiveForge.
Is Reference MCP better than RoBrain?
It depends on your workflow. Use the side-by-side attributes (pricing, open source, API, self-hosted, platforms) to decide. AIDiveForge does not rank a universal winner — we publish verified facts so you can choose.
Reference MCP vs RoBrain: which should I pick?
Pick Reference MCP if its pricing model, openness, or platform fit matches your constraints; pick RoBrain otherwise. Check free-trial availability on each listing if you want to test before committing.
Comparison data is sourced and verified by the AIDiveForge data pipeline. AIDiveForge is editorially independent.