mcpbeat Sign in

Lore Context MCP Server

by lore-context Your server? Claim it
local only

Lore Context runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm. Last commit 23 May 2026.

Governed AI-agent memory, Evidence Ledger traces, evals, and portable context tools.

Installs per day peak 10 · avg 5 · +4% w/w
a month agotoday
24
Installs / week
npm · @lore-context/server
4
Stars
0 open issues
23 May 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 19 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.

        result = subprocess.run(cmd, capture_output=True, text=True, check=False)
Runs an external command packages/code-indexer/src/cli.ts:42
    const out = execSync(`git diff --name-only ${since} HEAD`, {

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-context-mcp -- npx -y @lore-context/server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lore-context-mcp": {
      "args": [
        "-y",
        "@lore-context/server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lore-context-mcp]
command = "npx"
args = ["-y", "@lore-context/server"]
.cursor/mcp.json
{
  "mcpServers": {
    "lore-context-mcp": {
      "args": [
        "-y",
        "@lore-context/server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lore-context-mcp": {
      "args": [
        "-y",
        "@lore-context/server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LORE_API_URL (Base URL of the Lore API that the MCP server should proxy tool calls to.), LORE_API_KEY (Optional Lore API key when the API is configured to require authentication.), LORE_MCP_TRANSPORT (MCP stdio transport implementation. Use sdk unless debugging legacy JSON-RPC mode.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Lore Context

same job, measured the same way
Swarm Rd Orchestrator
by rudrendupaul

Append-only event log for cross-agent context/memory sharing via 3 MCP tools.

81 installs/wk local only
Model Ledger
by block

Model inventory and governance: trace deployed models and their dependencies as an append-only log

224 installs/wk local only
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
Myco Brain
by thegoodguysla

Self-hosted, source-traceable memory layer and MCP server for AI agents, on your own Postgres.

66 installs/wk local only
Korg Ledger
by new1direction

Verifiable cognition: prove a session ledger is tamper-evident; audit & import any agent's logs.

284 installs/wk local only
LightShip
by lightshiphq

Governed access to production AI-agent traces in an existing ClickHouse store.

answering
Rune
by thecolourfoundation

Evidence-traced codebase understanding and security scanning for AI agents over MCP.

24 installs/wk local only
True Memory Fragments
by kyle641320

Detect stale source context and retain traceable code-chain understanding for AI coding agents.

local only

Lore Context — questions

Answers built from our own checks of this server.

Why is there no uptime for Lore Context?
Lore Context 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 npm package @lore-context/server was installed 24 times last week.
How do I connect Lore Context?
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-context/server straight from npm; nothing to host, nothing to sign up for.
How many people use Lore Context?
The npm package @lore-context/server was installed 24 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Lore Context open source?
We cannot say either way: written in TypeScript and 4 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.