MemHub
Docs/Getting Started

Quickstart Guide (2 minutes)

Install the global MemHub CLI, authenticate, and link your first team repository.

011. Global CLI installation

MemHub ships as a lightweight Node.js package containing the stdio MCP server and outbox synchronizer.

bash / terminal
npm install --global @simplexlat/memhub

022. Login to your account

Run login from any terminal. A browser window opens to authorize your device and configure MCP clients automatically.

bash / terminal
mh login

MemHub securely stores an encrypted device token in ~/.memhub/config.json with 0600 file permissions.

Automatically configures Claude Code, Cursor, Windsurf, Cline, and Google Antigravity.

033. Initialize your team repository (mh init)

Navigate to your project root and run mh init. This creates .memhub/config.json and links the workspace to your organization.

bash / terminal
cd my-project
mh init

From this moment on, all AI agents in this repository sync memories and code graphs with your team.

Uninitialized personal repositories remain 100% private and isolated on your machine.

READY TO CONNECT YOUR PROJECT?

Try MemHub free on your first repo

Start free