Skip to content
API Blog

Connect from Codex

Most agent setups expose tools but leave every agent to reconstruct company context from scratch. What one agent learns stays trapped in its session.

Lobu maintains one append-only organisational history and projects it into shared, permission-aware entities. ChatGPT, Claude, Claude Code, Codex, Grok, OpenClaw, and custom agents can all use that context through the same MCP endpoint.

Give Codex the company decisions, source evidence, and permissions it needs before it changes code or external systems.

Lobu is open-source but we also have a managed cloud. If you'd like to try, sign in at app.lobu.ai, then point Codex at https://app.lobu.ai/mcp as the MCP endpoint. The same URL works for every workspace. Pick one below to scope it to that example.

Paste this into Codex and it will install Lobu for you.

Prompt for Codex
Connect this Codex session to Lobu over MCP: https://lobu.ai/mcp.

Onboard yourself:
- If you have a CLI: run `codex mcp add lobu --url https://lobu.ai/mcp`, then `codex mcp login lobu` and complete OAuth.
- If you can't touch a terminal: ask the user to connect Lobu from the Codex Plugins settings, authenticate, and start a fresh task — then continue once connected.

Then start a fresh Codex task so it loads the new tools, read the Lobu skill at https://app.lobu.ai/api/skill/lobu, and run search_sdk for the smallest SDK surface needed. Use search_memory/save_memory for durable context; query_sdk for reads, run_sdk for writes. Preview consequential writes and never fabricate a returned URL or identifier.

Connect Codex

  1. Run codex mcp add lobu --url https://lobu.ai/mcp.
  2. Run codex mcp login lobu and complete the Lobu sign-in flow in your browser.
  3. Start a fresh Codex task so the newly connected tools are loaded.
  4. Ask Codex to run search_sdk before it reads or changes workspace state.

The same Lobu plugin is being prepared for the shared ChatGPT and Codex Plugins Directory. The direct MCP setup above works today and is also the best path for self-hosted instances; replace https://lobu.ai/mcp with your own public endpoint.

Ground code changes in company context

Codex can retrieve the decisions and evidence another agent saved in Lobu before it edits a repository, then record the shipped result for the next agent. The handoff stays source-linked instead of living in one chat transcript.

Related Docs