Skip to content
API Blog

Connect from Claude

Give Claude the same durable, structured company context available to ChatGPT, OpenClaw, and your own agents.

Use mapped devices from Claude

Claude can request governed work that Lobu routes to an authorized device worker for local files, connector syncs, actions, or device Automations. Run lobu daemon on that machine once; a named context keeps one stable host identity, while supported Claude Code, Codex, and OpenCode sessions receive separate per-session identities for interactive delivery. See the device worker setup.

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 Claude 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 Claude and it will install Lobu for you.

Prompt for Claude
Connect this Claude session to Lobu, the shared company context layer for agents, over MCP: https://lobu.ai/mcp.

Onboard yourself:
- If you have a CLI: register the MCP endpoint above with whatever harness you run (claude mcp add / codex mcp add / pi / opencode), then read the Lobu skill and run search_sdk.
- If you can't touch a terminal: ask the user to open Settings → Connectors → Add Custom Connector in Claude, paste https://lobu.ai/mcp, complete the Lobu sign-in, enable the connector, and choose the workspace — then continue once connected.

Authenticate when prompted, then:
Read the Lobu skill at https://app.lobu.ai/api/skill/lobu, then run search_sdk for the smallest SDK surface you need. Do not dump the whole workspace.
Search existing memory before answering or saving a duplicate. Use search_memory/save_memory for durable context, query_sdk for reads, run_sdk for writes. Preview consequential writes first and keep every returned source URL, identifier, and approval status exact — never invent one, never fabricate a returned URL or identifier.

Connect Claude

  1. Open Settings → Connectors → Add Custom Connector in Claude Desktop or claude.ai.
  2. Paste https://lobu.ai/mcp as the MCP URL.
  3. Complete the Lobu sign-in flow.
  4. Enable the connector and choose the workspace Claude should use.

For Claude Code, run claude mcp add --transport http lobu https://lobu.ai/mcp instead and complete the OAuth flow when prompted. If you are self-hosting, replace https://lobu.ai/mcp with your custom instance URL, such as http://localhost:8787/mcp.

Related Docs