Sign In

@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.

alpha
latest
Source
npmnpm
Version
0.6.0-alpha.1
Version published
Weekly downloads
41
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.

Usage

LORE_API_URL=http://127.0.0.1:3000 \
LORE_MCP_TRANSPORT=sdk \
npx -y @lore-context/server@0.6.0-alpha.1

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_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 29 Apr 2026

Related posts