#me claude
Claude Code integration commands.
#Commands
- me claude install -- install dormant Claude plumbing
- me claude uninstall -- remove recorded Claude plumbing
- me claude env -- internal SessionStart helper
- me claude hook -- internal capture helper
- me claude import -- import Claude Code sessions
#me claude install
me claude install
This mechanical, non-interactive command installs the user-scoped dormant Claude plugin, whose managed MCP entry identifies Claude as its harness. It does not prompt, log in, write credentials, backfill sessions, enable capture, select a server or space, or write repository configuration.
#me claude uninstall
me claude uninstall
Removes only recorded user-scoped Claude plugin artifacts. Existing or modified Claude configuration is preserved.
#me claude env
An internal SessionStart helper. It provides AI_AGENT=claude and
ME_PROJECT_DIR to Claude shell commands. It does not activate Memory Engine
features or set credentials.
See Harness Integrations for how the plugin uses the machine-local policy at runtime.
#me claude hook
An internal, best-effort capture helper. It exits successfully without a network call or memory write unless the machine-local capture profile enables Claude for the session directory.
#me claude import
Import Claude Code sessions from ~/.claude/projects/<encoded-cwd>/<session>.jsonl.
This is an alias of me import claude.
me claude import [options]
See agent session imports for the full option reference, tree layout, idempotency rules, content shape, and metadata schema.