MCP endpoint
Connect agents to your Lobu backend
Paste this Streamable HTTP MCP URL into any compatible client. After OAuth, agents can use org-scoped memory, connectors, watchers, and tools without seeing raw credentials.
https://lobu.ai/mcp
Per-client setup
- Claude (web + desktop) →
Settings → Connectors → Add Custom Connector. Paste the URL, sign in with Lobu.
- ChatGPT →
Settings → Integrations → Model Context Protocol → Add Server. Paste the URL.
- Claude Code →
claude mcp add --transport http lobu https://lobu.ai/mcp
- OpenClaw →
lobu memory configure --url https://lobu.ai/mcp --org <org-slug>
What this endpoint exposes
- Cross-org tools. Until you call
switch_organization, only org-listing and account tools are visible. - Per-org tools, scoped on demand. After switching, the same session sees the workspace's entities, watchers, connectors, and memory.
- One sign-in per agent. OAuth is brokered by Lobu; tokens never leave the platform.
Want a per-org URL instead?
Sign in
and grab the
{org}.lobu.ai/mcp
endpoint from your workspace settings.