Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Lore Context

NPM · @LORE-CONTEXT/SERVER · 2 COMPONENTS · SCANNED AUG 3

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

+18 this week 60 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability49
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 574 tokens (~52/item across 11 items; 11 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @lore-context/server

# add to Claude Code
claude mcp add lore-context-lore-context-mcp -- npx -y @lore-context/server
# add to Codex CLI
codex mcp add lore-context-lore-context-mcp -- npx -y @lore-context/server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lore-context-lore-context-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@lore-context/server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add lore-context-lore-context-mcp --command npx --arg -y --arg @lore-context/server
# ~/.hermes/config.yaml
mcp_servers:
  lore-context-lore-context-mcp:
    command: "npx"
    args: ["-y", "@lore-context/server"]
// mcp.json
{
  "mcpServers": {
    "lore-context-lore-context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@lore-context/server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 −3

    No change was recorded against any check on this day. Supply Chain Security went from 97 to 86. Other categories moved too: Stability & Change Management rose 4.

  • 2 Aug 26 +58
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Schema quality: unverified → fair functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Licence: Apache-2.0 functional
  • 31 Jul 26 −37
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +18
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −18
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 42

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@lore-context/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 11 exposed · ~551 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
context_query ~85

Get agent-ready context from memory, web search, repo evidence and tool traces.

NameTypeReqDescription
freshnessstring
include_sourcesboolean
modestring
project_idstring
querystringyes
sourcesobject
token_budgetnumber
writeback_policystring

No output schema declared.

No examples provided.

eval_run ~31

Run retrieval evaluation over uploaded sessions and questions.

NameTypeReqDescription
datasetobjectyes
providerstring

No output schema declared.

No examples provided.

memory_export ~32

Export visible memories as Lore JSON or Markdown.

NameTypeReqDescription
formatstring
project_idstring

No output schema declared.

No examples provided.

memory_forget ~54

Forget memories by explicit selector. Requires a reason and defaults to soft delete.

NameTypeReqDescription
hard_deleteboolean
memory_idsarray
querystring
reasonstringyes

No output schema declared.

No examples provided.

memory_get ~24

Read one visible Lore memory by id.

NameTypeReqDescription
memory_idstringyes

No output schema declared.

No examples provided.

memory_list ~60

List visible memories with pagination and filters.

NameTypeReqDescription
limitnumber
memory_typestring
project_idstring
qstring
scopestring
statusstring

No output schema declared.

No examples provided.

memory_search ~37

Search visible Lore memories directly.

NameTypeReqDescription
project_idstring
querystringyes
top_knumber

No output schema declared.

No examples provided.

memory_supersede ~77

Create a new version of a memory and mark the previous one superseded.

NameTypeReqDescription
confidencenumber
contentstringyes
memory_idstringyes
memory_typestring
project_idstring
reasonstringyes
scopestring

No output schema declared.

No examples provided.

memory_update ~75

Edit an existing memory. Risky content returns to the governance review queue.

NameTypeReqDescription
confidencenumber
contentstring
memory_idstringyes
memory_typestring
project_idstring
reasonstringyes
scopestring

No output schema declared.

No examples provided.

memory_write ~51

Save a user-approved or project-relevant memory with audit logging.

NameTypeReqDescription
contentstringyes
memory_typestring
project_idstring
scopestringyes

No output schema declared.

No examples provided.

trace_get ~25

Read a context or memory trace by id.

NameTypeReqDescription
trace_idstringyes

No output schema declared.

No examples provided.