MemoireMemoire
// DOCUMENTATION

Build the context layer first.
Then let agents run on top of it.

Memoire is not just docs search. It is shared memory, version-aware retrieval, prompt assembly, and the operator surface that makes systems like Memi usable in real teams.

quickstartshared context online
npm install -g memoire-ai
memoire auth login
memoire mcp start
memoire index docs

# then connect Cursor / Claude Code / Codex
# then layer Memi on top for Slack execution
CLIMCPDashboardMemi
01// PATH

Get running fast

Install the CLI, connect your workspace, and verify shared memory is available across your coding tools in a few minutes.

  • >CLI install and local setup
  • >MCP connection for Cursor, Claude Code, and Codex
  • >Team onboarding and workspace bootstrapping
02// PATH

Ground answers in real context

Index project memory, dependency-aware docs, and reference sources so retrieval stays current instead of drifting on stale model priors.

  • >Memory search and prompt assembly
  • >Version-aware documentation indexing
  • >Shared context across agents and teammates
03// PATH

Operate Memi in production

Understand the procedure engine, governed memory, connector flows, and dashboard surfaces that turn Memoire into a usable AI engineering system.

  • >Slack-first task execution
  • >Governed memory and phase-aware retrieval
  • >Observability, auditability, and deployment posture
// QUICKSTART

The shortest useful path from zero to shared context

01

Install the Memoire CLI and connect it to your workspace.

02

Point your editor or agent client at the Memoire MCP server.

03

Index memory and docs so retrieval has real project material to work with.

04

Use the dashboard to inspect sources, search quality, and operational health.

05

Layer Memi on top when you want Slack-native task execution and governed memory flows.

Surface
Covers
Best for
CLI
Install, auth, indexing, and local workflows
Fastest path to first retrieval
MCP
Cursor, Claude Code, Codex, and compatible clients
Shared context across tools
Dashboard
Sources, connectors, health, search, and usage
Operational control surface
Memi
Procedures, planning, Slack execution, and memory governance
Operator layer for engineering work