Skip to content
API Blog

Connect from Claude

Give Claude durable, structured memory it can search and append to — so the same recall is available across Claude, ChatGPT, and your own agents.

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 Owletto for you.

Prompt for Claude
Connect Claude to Owletto: open Settings → Connectors → Add Custom Connector, paste the MCP URL https://app.lobu.ai/mcp, complete the Lobu sign-in, then enable the connector. Pick the workspace I want Claude to read and write.

Connect Claude

  1. Open Settings → Connectors → Add Custom Connector in Claude Desktop or claude.ai.
  2. Paste https://app.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 owletto https://app.lobu.ai/mcp instead and complete the OAuth flow when prompted.

Claude Code and Claude Desktop

Claude Code uses the same MCP endpoint, registered through `claude mcp add`. The OAuth flow is handled in your browser the first time you call a memory tool.

Pair the connector with a project-level instruction file (or a small skill) that tells Claude when to search memory before answering and when to save what it just learned.

Related Docs