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 want a hosted memory endpoint instead of running a local process. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-25 · ★ 209 · #133 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25
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-08-25
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-v17.1.0 · 2026-08-25
17.1.0 (2026-08-25) · derive device setup readiness · add native Lobu command parity · collect complete comment threads · allow AppKit behavior properties in naming gate · align native command behavior…
lobu-v17.0.0 · 2026-08-24
17.0.0 (2026-08-24) · feed capabilities now use per-feed sync and read handlers. The public Connector SDK no longer exposes SearchContext, ConnectorRuntime.search(), FeedDefinition.virtual, or QueryContext.feedKey.…
lobu-v16.1.0 · 2026-08-24
16.1.0 (2026-08-24) · add marketplace welcome and help [client-regen-not-needed] · complete home feed events · route public host to local tailnet · allow packaged Mac child tokens · expire abandoned manual runs…
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
- repository
- github.com/lobu-ai/lobu
- website
- https://lobu.ai/mcp
- category
- memory - ranked #133 of 259 actively-maintained memory servers as of 2026-08-25.
- release cadence
- 10+ releases in the last 90 days (latest 2026-08-25)
- 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-08-25, its last commit was 2026-08-25 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-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.
07 · Alternatives to Lobu
Alternatives to Lobu
Maintained memory servers if Lobu isn't the fit.
- Codebase Memory Codebase knowledge graph for AI agents - 159 languages, sub-ms queries, 99% fewer tokens. ★ 40,198 · 2026-08-23
- Tradememory Protocol MCP memory for AI trading agents. Store trades, recall similar setups, track strategy performance. ★ 1,412 · 2026-08-11
- Superlog Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents. ★ 1,394 · 2026-08-23
- Persome Local-first personal memory and model server for trusted MCP agents on macOS. ★ 1,314 · 2026-08-21
- Neo4j Memory MCP Neo4j Knowledge Graph Memory Server ★ 979 · 2026-04-10
- Projectmem Local-first memory + judgment layer for AI coding agents - warns before repeating failed fixes. ★ 750 · 2026-08-06
Pairs well with
Servers that cover what Lobu doesn't - only shown when the pairing reason fits the companion.
More memory MCP servers · Lore Context · Melchizedek · Mismem · Toon Memory · Rememb
More TypeScript MCP servers · Localseodata MCP Server · Localstack MCP Server · Logclaw MCP Server · see all