#me install

Install Memory Engine's dormant integration plumbing for supported coding harnesses. Installation does not enable MCP tools, capture, or any other Memory Engine behavior.

#Usage

me install [claude|opencode|codex...]

With no harness names, me install detects supported harness binaries on PATH and installs each detected integration. Supplying names installs only those harnesses.

Each integration registers an identified managed MCP command without credentials, server, space, or project settings. Runtime behavior is configured separately through me init.

Installation is user-global; me init is directory-specific. If an integration cannot be installed immediately, configure the directory first and run me install <harness> later. See Harness Integrations for the lifecycle and ownership rules.

#Examples

me install

Install only OpenCode and Codex:

me install opencode codex

The equivalent single-harness commands are me claude install, me opencode install, and me codex install.