Documentation navigation
Docs/Connect agents

Connect agents

Connect Codex, Claude Code, Pi, OpenClaw, Hermes, or any MCP client to the same Lore memory graph.

Connect agents after the server is healthy and /setup is complete.

Supported runtimes

RuntimeIntegrationWhat agents get
Claude CodeMCP tools, session-start hooks, CLAUDE.md guidanceBoot context, per-prompt recall, memory read/write tools
CodexMCP tools, plugin hooks, skill registrationBoot context, per-prompt recall, memory management
PiExtension hooksStartup guidance, per-prompt recall
OpenClawPlugin toolsBoot guidance, recall injection, health check
HermesPython skill/providerBoot, recall, memory tools

All channels share the same Lore server and memory graph. A rule saved through Claude Code is visible to Codex, Pi, OpenClaw, and Hermes.

Connection paths

Supported installer channels are claudecode, codex, pi, openclaw, and hermes. You can install all channels, select a subset, skip Docker, or point local agents at a Lore server running elsewhere.

Agent integration has two different jobs:

  1. Connection — MCP URL, client_type, bearer token, plugin files, and hooks.
  2. Memory ownership — shared durable rules live in Lore, while local CLAUDE.md and AGENTS.md files stay small.

This section covers connection behavior. After the connection works, use Move local agent docs into Lore to remove duplicated long-term instructions from local agent files.

Choose runtimesPick the agent runtimes that should share the same Lore memory graph.Connect an agentUse the installer with selected channels, server URL, and API token.What agents receiveUnderstand boot memory, recall candidates, MCP tools, and usage tracking.