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.
Connect Codex
- Run
codex mcp add lobu --url https://lobu.ai/mcp. - Run
codex mcp login lobuand complete the Lobu sign-in flow in your browser. - Start a fresh Codex task so the newly connected tools are loaded.
- Ask Codex to run
search_sdkbefore 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.