Lobu MCP Server

Lobu is an open-source, event-sourced context layer for AI agents. Every tool call, data change, device signal, API event, and conversation becomes an event, linked to the entities and identities it belongs to - a person, a project, a customer, a home, a company. That gives agents a live, queryable model of your world instead of a transcript they forget when the session ends. It is available as a remote MCP endpoint.

Teams that work with chatbot, clawdbot and openclaw and want a hosted endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 222 · #151 OF 304 MAINTAINED MEMORY · VERIFIED 2026-09-18

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Lobu

Claude Code

claude mcp add lobu-ai-lobu --transport http https://lobu.ai/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "lobu-ai-lobu": {
      "url": "https://lobu.ai/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://lobu.ai/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-18

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to lobu.ai

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license Apache-2.0 - declared in the repository

registry namespace io.github.lobu-ai is GitHub-verified and matches the repo owner

03 · What Lobu can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

lobu-v20.1.0 · 2026-09-15

share one file-download primitive and reach Gmail and Outlook attachments · auto-bind an unlinked DM to the organization's only agent · derive and surface connection health at the connection level · drop the self-serve…

lobu-v20.0.1 · 2026-09-14

move Mac app identity to lobu (#3570) · execute Automation scripts without model turns · move Mac app identity to lobu · dispatch worker claims promptly · count legacy compat hits as deletion-gate telemetry · enforce…

lobu-v20.0.0 · 2026-09-13

remove the unused browserNetworkSync SDK export; connectors use extensionNetworkSync through the paired Chrome extension. · require device-pinned browser execution (#3480) · agent-turn: parseBangBashCommand…

04 · Who maintains Lobu

Lobu is maintained by lobu-ai. It's the only MCP server we track from this author; the repo dates to Jul 2025.

05 · Facts

category
memory - ranked #151 of 304 actively-maintained memory servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-15)
registry
io.github.lobu-ai/lobu (active, first published 2026-08-04)

06 · Lobu FAQ

What is Lobu?

Lobu is an open-source, event-sourced context layer for AI agents. Every tool call, data change, device signal, API event, and conversation becomes an event, linked to the entities and identities it belongs to - a person, a project, a customer, a home, a company. That gives agents a live, queryable model of your world instead of a transcript they forget when the session ends. It is available as a remote MCP endpoint.

Is Lobu still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Lobu?

Run `claude mcp add lobu-ai-lobu --transport http https://lobu.ai/mcp`. You can also paste the ready-made client config above.

Does Lobu require authentication?

Yes - when we probed the endpoint on 2026-09-18, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Lobu

Pairs well with

Servers that cover what Lobu doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 39,038
  2. Pdf MCP → filesystem companion filesystem · ★ 135

More memory MCP servers · Logi Sheets · Personalbrain MCP · Lore Context · Melchizedek · Mismem

More TypeScript MCP servers · Localseodata MCP Server · Localstack MCP Server · Lockstep · Logclaw MCP Server · see all