Lore Context
NPM · @LORE-CONTEXT/SERVER · 2 COMPONENTS · SCANNED AUG 3
Governed AI-agent memory, Evidence Ledger traces, evals, and portable context tools.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 91 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add lore-context-lore-context-mcp -- npx -y @lore-context/server
codex mcp add lore-context-lore-context-mcp -- npx -y @lore-context/server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"lore-context-lore-context-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@lore-context/server"
],
"enabled": true
}
}
} openclaw mcp add lore-context-lore-context-mcp --command npx --arg -y --arg @lore-context/server
mcp_servers:
lore-context-lore-context-mcp:
command: "npx"
args: ["-y", "@lore-context/server"] {
"mcpServers": {
"lore-context-lore-context-mcp": {
"command": "npx",
"args": [
"-y",
"@lore-context/server"
]
}
}
} 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.
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.
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.
context_query ~85
Get agent-ready context from memory, web search, repo evidence and tool traces.
| Name | Type | Req | Description |
|---|---|---|---|
| freshness | string | — | — |
| include_sources | boolean | — | — |
| mode | string | — | — |
| project_id | string | — | — |
| query | string | yes | — |
| sources | object | — | — |
| token_budget | number | — | — |
| writeback_policy | string | — | — |
No output schema declared.
No examples provided.
eval_run ~31
Run retrieval evaluation over uploaded sessions and questions.
| Name | Type | Req | Description |
|---|---|---|---|
| dataset | object | yes | — |
| provider | string | — | — |
No output schema declared.
No examples provided.
memory_export ~32
Export visible memories as Lore JSON or Markdown.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | — |
| project_id | string | — | — |
No output schema declared.
No examples provided.
memory_forget ~54
Forget memories by explicit selector. Requires a reason and defaults to soft delete.
| Name | Type | Req | Description |
|---|---|---|---|
| hard_delete | boolean | — | — |
| memory_ids | array | — | — |
| query | string | — | — |
| reason | string | yes | — |
No output schema declared.
No examples provided.
memory_get ~24
Read one visible Lore memory by id.
| Name | Type | Req | Description |
|---|---|---|---|
| memory_id | string | yes | — |
No output schema declared.
No examples provided.
memory_list ~60
List visible memories with pagination and filters.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | — |
| memory_type | string | — | — |
| project_id | string | — | — |
| q | string | — | — |
| scope | string | — | — |
| status | string | — | — |
No output schema declared.
No examples provided.
memory_search ~37
Search visible Lore memories directly.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | — | — |
| query | string | yes | — |
| top_k | number | — | — |
No output schema declared.
No examples provided.
memory_supersede ~77
Create a new version of a memory and mark the previous one superseded.
| Name | Type | Req | Description |
|---|---|---|---|
| confidence | number | — | — |
| content | string | yes | — |
| memory_id | string | yes | — |
| memory_type | string | — | — |
| project_id | string | — | — |
| reason | string | yes | — |
| scope | string | — | — |
No output schema declared.
No examples provided.
memory_update ~75
Edit an existing memory. Risky content returns to the governance review queue.
| Name | Type | Req | Description |
|---|---|---|---|
| confidence | number | — | — |
| content | string | — | — |
| memory_id | string | yes | — |
| memory_type | string | — | — |
| project_id | string | — | — |
| reason | string | yes | — |
| scope | string | — | — |
No output schema declared.
No examples provided.
memory_write ~51
Save a user-approved or project-relevant memory with audit logging.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | — |
| memory_type | string | — | — |
| project_id | string | — | — |
| scope | string | yes | — |
No output schema declared.
No examples provided.
trace_get ~25
Read a context or memory trace by id.
| Name | Type | Req | Description |
|---|---|---|---|
| trace_id | string | yes | — |
No output schema declared.
No examples provided.