mcpbeat Sign in

Lore MCP Server

local only

Lore runs on your own machine — the client starts it, so there is no endpoint to ping. 206 installs a week from pypi. Last commit 2 Aug 2026.

Cross-agent memory over MCP: hybrid recall, knowledge graph, private/shared visibility, redaction.

Installs per day peak 149 · avg 46 · -42% w/w
a month agotoday
206
Installs / week
pypi · lore-sdk
8
Stars
0 open issues
2 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
setup.py: выполняет код при установке пакета
    model_path = os.path.join(base, spec.name)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add lore -- uvx lore-sdk
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lore": {
      "args": [
        "lore-sdk"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lore]
command = "uvx"
args = ["lore-sdk"]
.cursor/mcp.json
{
  "mcpServers": {
    "lore": {
      "args": [
        "lore-sdk"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lore": {
      "args": [
        "lore-sdk"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Lore

same job, measured the same way
Agent Recall Trail
by fantasyce

Private Agent memory and governed shared knowledge.

local only
Memory
by sharedmemoryai

Persistent memory for AI agents. Remember, recall, and explore a shared knowledge graph.

63 installs/wk local only
Kairn
by primeline-ai

Local-first knowledge engine for AI agents: memory, graph, and recall over MCP.

local only
knowmind
by schubeler-consulting

AI agent memory & knowledge graph, hosted in Germany (GDPR). Recall, relations, store via MCP.

local only
Central Intelligence
by alekseimarchenko

Persistent memory for AI agents. Store, recall, and share knowledge across sessions.

71 installs/wk local only
Gctrl
by gctrl-tech

Governed graph-native agent memory: knowledge extraction, fusion, hybrid RAG, scoped access tokens.

83 installs/wk local only
RemembrallMCP
by cdnsteve

Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.

20 installs/wk local only
AiAkiv Memory
by aiakiv

Shared long-term memory for AI agents: save and recall context as a searchable knowledge graph.

answering

Lore — questions

Answers built from our own checks of this server.

Why is there no uptime for Lore?
Lore runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package lore-sdk was installed 206 times last week.
How do I connect Lore?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls lore-sdk straight from pypi; nothing to host, nothing to sign up for.
How many people use Lore?
The pypi package lore-sdk was installed 206 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Lore open source?
Yes — it is published under the MIT licence, written in Python and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.