Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI โ†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
  • Remote MCP โ†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) โ†— (opens in a new tab)
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿง  Knowledge & Memory
  3. Lore Context
L
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:05:53 AM

Lore Context

Enrichment pendingWe havenโ€™t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time โ€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON โ–พ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "lore-context": {
      "command": "npx",
      "args": [
        "-y",
        "lore-context"
      ]
    }
  }
}

๐Ÿ’ก Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives๐Ÿง  More in Knowledge & Memory

Documentation Overview

Lore Context

The control plane for AI-agent memory, eval, and governance.

Know what every agent remembered, used, and should forget โ€” before memory becomes production risk.

CI License: Apache 2.0 Version DCO Node

Getting Started ยท Website Quickstart ยท Benchmark Methodology ยท API Reference ยท Architecture ยท Project Plan ยท Release Status ยท Roadmap ยท Integrations ยท Deployment ยท Changelog

๐ŸŒ Read this in your language: English ยท ็ฎ€ไฝ“ไธญๆ–‡ ยท ็น้ซ”ไธญๆ–‡ ยท ๆ—ฅๆœฌ่ชž ยท ํ•œ๊ตญ์–ด ยท Tiแบฟng Viแป‡t ยท Espaรฑol ยท Portuguรชs ยท ะ ัƒััะบะธะน ยท Tรผrkรงe ยท Deutsch ยท Franรงais ยท Italiano ยท ฮ•ฮปฮปฮทฮฝฮนฮบฮฌ ยท Polski ยท ะฃะบั€ะฐั—ะฝััŒะบะฐ ยท Bahasa Indonesia

Localized docs may lag the current English release notes; the canonical v2.1 docs are the English README and docs/ set.


What is Lore Context

Lore Context is an open-core control plane for AI-agent memory: it composes context across memory, search, repository graphs, and tool traces; evaluates retrieval quality on your own datasets; routes governance review for sensitive content; and exports memory as a portable interchange format you can move between backends.

It does not try to be another memory database. The unique value is what sits on top of memory:

  • Context Query โ€” single endpoint composes memory + web + repo + tool traces, returns a graded context block with provenance.
  • Memory Eval โ€” runs Recall@K, Precision@K, MRR, stale-hit-rate, p95 latency on datasets you own; persists runs and diffs them for regression detection.
  • Governance Review โ€” six-state lifecycle (candidate / active / flagged / redacted / superseded / deleted), risk-tag scanning, poisoning heuristics, immutable audit log.
  • MIF-like Portability โ€” JSON + Markdown export/import preserving provenance / validity / confidence / source_refs / supersedes / contradicts. Works as a migration format between memory backends.
  • Repo Graph โ€” deterministic repository indexing (files, symbols, imports, calls, routes, tests) exposed as API routes and read-only MCP tools so agents ground repository answers in a stable project-context contract.
  • Multi-Agent Adapter โ€” first-class agentmemory integration with version probe + degraded-mode fallback; clean adapter contract for additional runtimes.

When to use it

Use Lore Context when...Use a memory database (agentmemory, Mem0, Supermemory) when...
You need to prove what your agent remembered, why, and whether it was usedYou just need raw memory storage
You run multiple agents (Claude Code, Cursor, Qwen, Hermes, Dify) and want shared trustable contextYou're building a single agent and OK with a vendor-locked memory tier
You require local or private deployment for complianceYou prefer a hosted SaaS
You need eval on your own datasets, not vendor benchmarksVendor benchmarks are sufficient signal
You want to migrate memory between systemsYou don't plan to ever switch backends

Quick Start

server.ts
# 1. Clone + install
git clone https://github.com/Lore-Context/lore-context.git
cd lore-context && pnpm install

# 2. Run the quickstart helper and inspect the activation report
pnpm quickstart -- --dry-run --activation-report

# 3. Generate a real API key (do not use placeholders in any environment beyond local-only dev)
export LORE_API_KEY=$(openssl rand -hex 32)

# 4. Start the API (file-backed, no Postgres required)
pnpm build && PORT=3000 LORE_STORE_PATH=./data/lore-store.json pnpm start:api

# 5. Write a memory
curl -H "Authorization: Bearer $LORE_API_KEY" -H "Content-Type: application/json" \
  -X POST http://127.0.0.1:3000/v1/memory/write \
  -d '{"content":"Use RDS as truth store and Qdrant as the derived recall index for Lore Context production.","memory_type":"project_rule","project_id":"demo"}'

# 6. Query context, then inspect the returned traceId in the Evidence Ledger
curl -H "Authorization: Bearer $LORE_API_KEY" -H "Content-Type: application/json" \
  -X POST http://127.0.0.1:3000/v1/context/query \
  -d '{"query":"production storage","project_id":"demo","token_budget":1200}'

For the public website quickstart, see lorecontext.com/quickstart. For full setup (Postgres, Docker Compose, Dashboard, MCP integration), see docs/getting-started.md.

The canonical alpha quickstart is git clone + pnpm quickstart. Lore does not currently publish or claim a public @lore-context/quickstart npm package. The MCP stdio server is published separately as @lore-context/server for registry and client distribution, and the SDK middleware ships as @lore-context/sdk-middleware (npm) and lore-context-middleware (PyPI).

For AI-readable discovery, the website publishes /llms.txt and /llms-full.txt from public documentation only. The Official MCP Registry entry is published, and additional distribution drafts live under docs/distribution. Launch drafts live under docs/launch, and design partner intake under docs/design-partners. The public benchmark page is a reproducible methodology and small smoke-run report, not a competitive benchmark-win claim.

Architecture

The diagram below shows the full open-core plus hosted-production shape. In the public OSS repo, local file/Postgres deployment is supported directly; hosted Google sign-in, AWS SQS workers, private embeddings, billing, and multi-tenant operations are commercial hosted-cloud surfaces.

text
                       โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
  MCP/REST clients โ”€โ–บ โ”‚ apps/api  (auth + rate limit + evidence)       โ”‚
  (Claude Code,       โ”‚   โ”œโ”€โ”€ Memory Inbox / lifecycle / audit         โ”‚
   Codex, Cursor,     โ”‚   โ”œโ”€โ”€ capture ingestion + recall hydration     โ”‚
   OpenCode...)       โ”‚   โ”œโ”€โ”€ context query (memory/web/repo/traces)   โ”‚
                       โ”‚   โ”œโ”€โ”€ repo graph query / symbol / impact       โ”‚
                       โ”‚   โ”œโ”€โ”€ Google sign-in + hosted MCP metadata     โ”‚
                       โ”‚   โ””โ”€โ”€ OpenAPI + usage + operator surfaces      โ”‚
                       โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                                       โ”‚
                         capture / embedding / graph jobs
                                       โ–ผ
                       โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
                       โ”‚ memory-worker  (AWS SQS + DLQ fan-out)        โ”‚
                       โ”‚   โ”œโ”€โ”€ auto redaction / curation / save        โ”‚
                       โ”‚   โ”œโ”€โ”€ dreaming butler (prune/merge/resolve)    โ”‚
                       โ”‚   โ”œโ”€โ”€ private Qwen3 embedding service         โ”‚
                       โ”‚   โ””โ”€โ”€ Qdrant dense+sparse indexing            โ”‚
                       โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                                       โ”‚
                  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
                  โ–ผ                    โ–ผ                    โ–ผ
          RDS PostgreSQL 16      Qdrant derived index   apps/dashboard
          truth store + audit    lore_memories_v12      user-facing SaaS

For detail, see docs/architecture.md.

What's in v2.1.0

v2.1.0 is the Repo Graph API and MCP Tools release. It makes Lore's own repository graph a first-class agent memory surface: deterministic TypeScript/JavaScript repository indexing for files, symbols, imports, calls, routes, tests, and process hints, exposed through API routes and read-only MCP tools so agents ground repository answers in a stable project-context contract instead of ad hoc text search.

v2.1.0 is the current open-core source line. The hosted Lore Cloud production line also runs v2.1.0 on the commercial AWS/Qdrant/private-embedding substrate, but hosted operations, billing, production release automation, and Secret Vault runtime stay in Lore-Context/lore-cloud.

CapabilityStatusWhere
Repo graph API + MCP tools (repo.graph_query / symbol_context / impact / detect_changes)โœ… OSS + hosted productionpackages/repo-graph, apps/api, apps/mcp-server
Code knowledge graph indexerโœ… OSS + hosted productionpackages/code-indexer, packages/code-indexer-python
Context Query composing memory + web + repo + tool tracesโœ… OSS + hosted productionapps/api, docs/api-reference.md
7-stream HybridSearchOrchestrator (FTS / pgvector / Qdrant dense+sparse / graph / temporal / wiki)โœ… OSS + hosted productionpackages/search
Cross-encoder reranker (post-fusion, opt-in)โœ… OSS, provider key requiredapps/api/src/rerankers/
Dreaming butler memory consolidation (prune / merge / resolve / surface)โœ… OSS, flag-gatedapps/api/src/workers/butler-v18.ts
Agent memory self-improvement loop + context recipesโœ… OSS, human-gated promotionpackages/eval, packages/search
SDK middleware (auto-inject + auto-retain for OpenAI / Anthropic clients)โœ… Publishedpackages/sdk-middleware-typescript, packages/sdk-middleware-python
Generated SDK source previewsโœ… OSS source previewpackages/sdk-python, packages/sdk-go, packages/sdk-java, packages/sdk-dotnet
Browser extension capture scaffoldโœ… OSS scaffoldapps/browser-extension
Secret vault for AI agents (MCP-native, three-button authorization)Hosted beta, pending crypto auditcommercial runtime in Lore-Context/lore-cloud
Cloud Memory Engine: RDS truth store + SQS worker fan-out + Qdrant indexHosted productioncommercial hosted cloud
Private Qwen3-Embedding-0.6B 1024-dim vector serviceHosted productioncommercial hosted cloud
Automatic capture ingestion and Memory Inbox exceptionsโœ… OSS + hosted productionapps/api, packages/capture, apps/dashboard
Google sign-in + personal vault bootstrapHosted productioncommercial hosted cloud
Commercial SaaS: individual subscriptions, billing, quota gatingHosted productionLore-Context/lore-cloud
REST API with API-key auth (reader/writer/admin)โœ… OSS + hosted productionapps/api
OpenAPI 3.1 contract at /openapi.json (reports 2.1.0)โœ… OSS + hosted productionapps/api/src/openapi.ts
MCP stdio server (legacy + official SDK transport)โœ… OSS + hosted productionapps/mcp-server
Next.js dashboard customer workflow scaffoldโœ… OSS scaffold + hosted productionapps/dashboard
Evidence Ledger API + Dashboard summaryโœ… OSS + hosted productionapps/api, apps/dashboard
Governance state machine + audit logโœ… OSS + hosted productionpackages/governance
Eval runner (Recall@K / Precision@K / MRR / staleHit / p95)โœ… OSS + hosted productionpackages/eval
MIF v0.2 import/export with supersedes + contradictsโœ… OSSpackages/mif
Model gateway (multi-provider taskโ†’model routing)โœ… OSSpackages/model-gateway
agentmemory adapter with version probe + degraded modeโœ… OSSpackages/agentmemory-adapter
Rate limiting, structured JSON logging with field redactionโœ… OSS + hosted productionapps/api
Docker Compose private deploymentโœ… OSS self-hostdocker-compose.yml, docs/deployment/
pnpm quickstart local adoption helper + activation reportโœ… OSSscripts/lore-quickstart.mjs
Official MCP Registry + distribution / launch / design-partner docsโœ… OSS docsserver.json, docs/distribution/, docs/launch/

See CHANGELOG.md for the full release history.

Current release status

v2.1.0 is the current source, hosted production, and release line. It deployed to AWS production and the public website through the optimized release flow: immutable arm64-first artifacts, staging API smoke, production API deploy, isolated website deploy, post-release audit, and tag/release closure. External checks confirm https://api.lorecontext.com/health returns status=ok, /openapi.json reports 2.1.0, and https://lorecontext.com/status.html contains v2.1.0.

Production keeps the v1.1+ RDS / SQS / memory-worker / Qdrant cloud shape, uses lore_memories_v12 as the Qdrant collection, keeps 1024-dim pgvector for the Postgres path, and adds the additive repo graph schema (apps/api/src/db/schema-v21-repo-graph.sql).

See docs/release-status.md for the current public-safe status snapshot and docs/release-notes/v2.1.0.md for the full release notes.

Release focus

The v2.1 release makes Lore's repository graph a first-class agent memory surface. The goal is to let agents answer "where is X defined", "what calls this", and "what breaks if I change this" against a deterministic, stable project-context contract rather than ad hoc text search:

  • @lore/repo-graph โ€” deterministic TypeScript/JavaScript repository indexing for files, symbols, imports, calls, routes, tests, and process hints.
  • API routes: POST /v1/repo/graph/query, POST /v1/repo/symbol/context, POST /v1/repo/impact, and POST /v1/repo/detect-changes.
  • MCP tools: repo.graph_query, repo.symbol_context, repo.impact, and repo.detect_changes (read-only).
  • context_query(repo) now uses provider-backed repo graph evidence when available, with an honest unavailable fallback when repo graph storage is not configured.
  • The repo graph Postgres schema is additive โ€” it sits on top of the existing production schema and is applied during production/staging schema setup.

Root and API package versions report 2.1.0 so /openapi.json matches the release tag. The release train uses the optimized split API/website deployment guardrails introduced after v2.0.9.

See docs/project-plan.md, docs/roadmap.md, and docs/release-governance.md.

Integrations

Lore Context speaks MCP and REST and integrates with most agent IDEs and chat frontends:

ToolSetup guide
Claude Codedocs/integrations/claude-code.md
Cursordocs/integrations/cursor.md
Qwen Codedocs/integrations/qwen-code.md
OpenClawdocs/integrations/openclaw.md
Hermesdocs/integrations/hermes.md
Difydocs/integrations/dify.md
FastGPTdocs/integrations/fastgpt.md
Cherry Studiodocs/integrations/cherry-studio.md
Roo Codedocs/integrations/roo-code.md
OpenWebUIdocs/integrations/openwebui.md
Other / generic MCPdocs/integrations/README.md

Deployment

ModeUse whenDoc
Local file-backedSolo dev, prototype, smoke testingThis README, Quick Start above
Local Postgres+pgvectorSingle-node local fallback and migration testingdocs/deployment/README.md
Docker Compose privateSelf-hosted team deployment, isolated networkdocs/deployment/compose.private-demo.yml
Hosted cloudRDS / SQS / memory-worker / Qdrant / private embedding plus the graph-augmented hybrid recall stack and commercial SaaS substratedocs/release-status.md

All deployment paths require explicit secrets. Local/private paths require POSTGRES_PASSWORD, LORE_API_KEYS, and dashboard auth. Hosted deployments also need RDS, SQS, Qdrant, embedding-service, OAuth, tunnel configuration, and the production runtime exports. The scripts/check-env.mjs script refuses production startup if any value matches a placeholder pattern.

Security

v2.1.0 keeps the local/private deployment posture and the hosted cloud guardrails for ordinary-user access:

  • Authentication: API-key bearer tokens with role separation (reader/writer/admin) and per-project scoping. Empty-keys mode fails closed in production.
  • Rate limiting: per-IP + per-key dual bucket with auth-failure backoff (429 after 5 fails in 60s, 30s lockout).
  • Dashboard: Google session flow for the hosted product; HTTP Basic Auth remains available for local/private operator deployments.
  • Containers: all Dockerfiles run as non-root node user; HEALTHCHECK on api + dashboard.
  • Secrets: zero hardcoded credentials; all defaults are required-or-fail variables. scripts/check-env.mjs rejects placeholder values in production.
  • Governance: PII / API key / JWT / private-key regex scanning on writes; risk-tagged content auto-routed to review queue; immutable audit log on every state transition.
  • Memory poisoning: heuristic detection on consensus + imperative-verb patterns.
  • MCP: zod schema validation on every tool input; mutating tools require reason (โ‰ฅ8 chars) and surface destructiveHint: true; upstream errors sanitized before client return.
  • Worker isolation: capture, embedding, graph, connector, and backfill jobs run through AWS SQS queues with DLQs; Qdrant is a derived index and RDS remains authoritative.
  • Logging: structured JSON with auto-redaction of content, query, memory, value, password, secret, token, key fields.

Vulnerability disclosures: SECURITY.md.

Project structure

text
apps/
  api/                # REST control plane + Postgres + governance + eval + repo graph
  dashboard/          # Next.js dashboard scaffold; hosted Google session stays commercial
  mcp-server/         # MCP stdio server (legacy + official SDK transports)
  cli/                # lore CLI (doctor, wiki-recompile, dataset import/export)
  browser-extension/  # Capture surface scaffold
  web/                # Server-side HTML renderer (no-JS fallback UI)
  website/            # Marketing site (handled separately)
packages/
  shared/             # Shared types, errors, ID/token utilities
  agentmemory-adapter # Bridge to upstream agentmemory + version probe
  search/             # 7-stream HybridSearchOrchestrator + recipe adapter
  repo-graph/         # Deterministic repository indexing (v2.1)
  code-indexer/       # Code knowledge graph indexer (TypeScript/JavaScript)
  code-indexer-python # Code knowledge graph indexer (Python)
  capture/            # Capture ingestion primitives
  connectors/         # External source connectors
  model-gateway/      # Multi-provider taskโ†’model routing
  mif/                # Memory Interchange Format (v0.2)
  eval/               # EvalRunner + metric primitives + context recipes
  governance/         # State machine + risk scan + poisoning + audit
  profile/            # Vault / account profile types
  sdk-typescript/     # TypeScript client SDK
  sdk-python/         # Python client SDK
  sdk-go/ sdk-java/ sdk-dotnet/   # Additional language SDKs
  sdk-middleware-typescript/      # Auto-inject + auto-retain middleware (npm)
  sdk-middleware-python/          # Auto-inject + auto-retain middleware (PyPI)
docs/
  i18n/<lang>/        # Localized README in 17 languages
  integrations/       # Agent-IDE integration guides
  deployment/         # Local and Docker Compose private deployment docs
  legal/              # Privacy / Terms / Cookies (Singapore law)
scripts/
  check-env.mjs       # Production-mode env validation
  smoke-*.mjs         # End-to-end smoke tests
  apply-postgres-schema.mjs

Requirements

  • Node.js >=22
  • pnpm 10.30.1
  • (Optional local fallback) Postgres 16 with pgvector
  • (Hosted/advanced) RDS PostgreSQL 16, AWS SQS, Qdrant, and private embedding service

Contributing

Contributions are welcome. Please read CONTRIBUTING.md for the development workflow, commit message protocol, and review expectations.

For documentation translations, see the i18n contributor guide.

Operated by

Lore Context is operated by REDLAND PTE. LTD. (Singapore, UEN 202304648K). Company profile, legal terms, and data handling are documented under docs/legal/.

License

The Lore Context repository is licensed under Apache License 2.0. Individual packages under packages/* declare MIT to enable downstream consumption. See NOTICE for upstream attribution.

Acknowledgments

Lore Context builds on top of agentmemory as a local memory runtime. Upstream contract details and version-compatibility policy are documented in UPSTREAM.md.

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    โ˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    ๐Ÿง  Knowledge & Memory17 views
    Compare vs Moxie Docs MCP โ†’
  • Mcp Server logoMcp Server

    Apple Developer Documentation with Semantic Search, RAG, and AI reranking for MCP clients

    ๐Ÿง  Knowledge & Memory0 views
    Compare vs Mcp Server โ†’
  • Mcp Obsidian logoMcp Obsidian

    Universal AI bridge for Obsidian vaults using MCP. Provides safe read/write access to notes with 11 comprehensive methods for vault operations including search, batch operations, tag management, and frontmatter handling. Works with Claude, ChatGPT, and any MCP-compatible AI assistant.

    ๐Ÿง  Knowledge & Memory2 views
    Compare vs Mcp Obsidian โ†’
  • Memora logoMemora

    Persistent memory with knowledge graph visualization, semantic/hybrid search, cloud sync (S3/R2), and cross-session context management.

    ๐Ÿง  Knowledge & Memory2 views
    Compare vs Memora โ†’

Frequently Asked Questions about Lore Context

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "lore-context": { "command": "npx", "args": ["-y", "Lore Context"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewLore Context AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/lore-context?style=directory)](https://allmcps.com/mcp/lore-context)
HTML Embed
<a href="https://allmcps.com/mcp/lore-context"><img src="https://allmcps.com/api/badge/lore-context?style=directory" alt="Lore Context on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿง Knowledge & Memory
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging ยท 27/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge โ€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿง  Knowledge & Memory โ†’Best MCP servers for Memory & Knowledge โ†’Alternatives to Lore Context โ†’Install in Claude DesktopInstall in CursorInstall in VS Code