Skip to main content
MonoBrain maps the instruction and memory sources that shape an AI workspace: AGENTS.md, CLAUDE.md, CLI initiate.md/SKILL.md, Claude project memory, Codex memory, and related project guidance. It builds a dedicated Monomento- backed brain index, reports drift before reading it, and can draft a folder-scoped AGENTS.md without silently applying the draft. Published contract: monobrain 0.1.0, OpenCLIs build 2026-05-24-013543. The OpenCLIs-managed payload, installed-state row, and public CDN metadata agree on this release identity. The public binary exposes 14 canonical operational commands, 8 root aliases, 6 rule-management actions, and a 12-command typed MCP surface. help, version, mcp, and mcp-schema are control/meta commands rather than additional memory operations.
When auditing an installation, prefer the exact path in openclis list --json over command -v monobrain: an older copy earlier on PATH can shadow the OpenCLIs payload while reporting the same SemVer.

Quick Start

Complete Command Reference

All normal commands accept --json. Text output includes a [NEXT] hint; JSON includes next_hint.reason and next_hint.commands.

Root aliases

--mcp-schema is also accepted as a spelling of mcp-schema. The installed 0.1.0 payload does not expose a docs command; use monobrain help for the embedded guide. A source checkout can be ahead of that published surface, so source-only dispatch arms are not release proof.

Freshness Is Explicit

The dedicated databases are:
They are separate from general Monomento indexes. Running monomento index --project does not refresh MonoBrain. status --strict turns stale and not-initialized into non-zero automation gates. Search, path lookup, and Claude-memory resolution report freshness but never reindex implicitly; run monobrain index . --project explicitly.

Typed MCP Boundary

The schema contains 12 commands. index is the one persistent writer in that surface. rules, apply, raw server/meta commands, and their aliases are excluded, so an MCP client cannot rewrite routing rules or an AGENTS.md target through this server.

Memory and Instruction Boundaries

  • User memories remain searchable evidence and are not default write candidates for AGENTS.md.
  • propose-agents is always read-only; only apply writes.
  • Claude project-memory resolution compares cwd, repository root, ancestors, encoded Claude keys, and git remote aliases. The index keeps both encoded source_path and original logical_path; it does not guess paths by replacing hyphens with slashes.
  • skills is routing assistance, not skill instruction execution.
  • The old MonoTerm PTY companion is monobrain-bridge; the legacy MCP experiment is separate and intentionally not the monobrain binary.

Release Platforms

The 0.1.0 release metadata publishes five platform artifacts: There is no windows-aarch64 artifact in this release.

Relationships