Lore (agentkitai) MCP Server

Your AI agents remember everything. Automatically. Lore is a cross-agent memory system that stores, connects, and retrieves knowledge across any AI agent - without code changes. Install a hook, and relevant memories appear in every prompt. No agent cooperation needed. It runs locally over stdio via the published package.

People connecting memory tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 7 · #88 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Lore (agentkitai)

before you install - you'll need

Set LORE_API_URL, LORE_API_KEY before connecting.

Claude Code

claude mcp add agentkitai-lore -- uvx lore-sdk

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "agentkitai-lore": {
      "command": "uvx",
      "args": [
        "lore-sdk"
      ]
    }
  }
}

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

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 local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package lore-sdk - check the name against the project README before installing (PyPI has no namespace ownership)

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

03 · What Lore (agentkitai) can do

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

Latest releases

v1.3.0 · 2026-06-25

fix mcp-publisher download (rate-limited API → stable release redirect) · shorten server.json description <=100 for MCP registry · migrate server image to ghcr + fix broken Docker build · write-time AUDN reconciliation…

v1.2.1 · 2026-06-25

Phase 1A: persistence-layer foundation + memories slice (SQLite solo-mode prep) · Phase 1B: graph slice - Store GraphOps + services + route refactors · Phase 1C: profiles slice - Store PolicyOps + profiles service +…

v1.1.1 · 2026-06-25

04 · Who maintains Lore (agentkitai)

Lore is maintained by agentkitai. We track 3 MCP servers from agentkitai - 3 actively maintained, 62 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from agentkitai.

  1. AgentGate Human-in-the-loop approval gateway for AI agents over MCP: request, decide, approve. ★ 33
  2. AgentLens Tamper-evident, SHA-256 hash-chained audit trail and observability for AI agents. ★ 22

05 · Facts

category
memory - ranked #88 of 259 actively-maintained memory servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-06-25)
registry
io.github.agentkitai/lore (active, first published 2026-06-22 · 5 versions)
packages
pypi:lore-sdk

06 · Lore (agentkitai) FAQ

What is Lore (agentkitai)?

Your AI agents remember everything. Automatically. Lore is a cross-agent memory system that stores, connects, and retrieves knowledge across any AI agent - without code changes. Install a hook, and relevant memories appear in every prompt. No agent cooperation needed. It runs locally over stdio via the published package.

Is Lore (agentkitai) still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Lore (agentkitai)?

Run `uvx lore-sdk`. The README documents 2 environment variables (LORE_API_URL, LORE_API_KEY) to set first. Set LORE_API_URL, LORE_API_KEY before connecting. You can also paste the ready-made client config above.

Does Lore (agentkitai) run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Lore (agentkitai)

Pairs well with

Servers that cover what Lore (agentkitai) doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58