New:Socket for Asana Is Now Available.Learn more
Get Started

@lore-context/server

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lore-context/server

MCP stdio server for Lore Context memory, Evidence Ledger traces, evals, and governance tools.

rc
Source
npmnpm
Version
1.0.0-rc.2
Version published
Weekly downloads
37
-5.13%
Maintainers
1
Weekly downloads
 
Created
Source

@lore-context/server

MCP stdio server for Lore Context. It proxies MCP tool calls to a running Lore API through LORE_API_URL.

Hosted SaaS usage

Use this mode when the Lore dashboard gives you an lct_service_... connection token for https://api.lorecontext.com/mcp.

LORE_HOSTED_MCP_URL=https://api.lorecontext.com/mcp \
LORE_API_KEY=lct_service_xxx \
LORE_MCP_TRANSPORT=sdk \
npx -y @lore-context/server@1.0.0-rc.2

Local API usage

LORE_API_URL=http://127.0.0.1:3000 \
LORE_MCP_TRANSPORT=sdk \
npx -y @lore-context/server@1.0.0-rc.2

Optional environment variables:

  • LORE_API_URL: Lore API base URL. Defaults in registry metadata to http://127.0.0.1:3000 for npm installs.
  • LORE_API_KEY: Bearer token for a protected Lore API.
  • LORE_HOSTED_MCP_URL: remote hosted MCP endpoint. When set, stdio requests are relayed to that endpoint instead of calling a local Lore API directly.
  • LORE_MCP_TRANSPORT: set to sdk for the official MCP SDK stdio transport.

This package does not start the Lore API. For a local API, clone the repository and run:

pnpm quickstart -- --dry-run --activation-report
pnpm build
PORT=3000 LORE_STORE_PATH=./data/lore-store.json pnpm start:api

Keywords

mcp

FAQs

Package last updated on 03 May 2026

Related posts