011. Global CLI installation
MemHub ships as a lightweight Node.js package containing the stdio MCP server and outbox synchronizer.
npm install --global @simplexlat/memhub
Install the global MemHub CLI, authenticate, and link your first team repository.
MemHub ships as a lightweight Node.js package containing the stdio MCP server and outbox synchronizer.
npm install --global @simplexlat/memhub
Run login from any terminal. A browser window opens to authorize your device and configure MCP clients automatically.
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.
Navigate to your project root and run mh init. This creates .memhub/config.json and links the workspace to your organization.
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?