SERVER

Lore Context

Rank #7324

io.github.Lore-Context/lore-context-mcp

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

First listed
Apr 29, 2026
Last publish date
Apr 29, 2026
OVERVIEW

Lore Context is a Model Context Protocol (MCP) server published by Lore-Context. It ranks #7324 of 58,900 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Lore Context is listed on Official MCP, with 2 tracked versions. It was first listed on Apr 29, 2026 and most recently updated on Apr 29, 2026.

STANDING
#7,324of 58,900 tracked serversTop 25%

Ranks ahead of 51,576 of 58,900 servers on MCP Toplist.

CONNECT

Use Lore Context

Add Lore Context to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

npm package
{
  "mcpServers": {
    "lore-context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@lore-context/server"
      ],
      "env": {
        "LORE_API_URL": "<your LORE_API_URL>",
        "LORE_API_KEY": "<your LORE_API_KEY>",
        "LORE_MCP_TRANSPORT": "<your LORE_MCP_TRANSPORT>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

Docker image
{
  "mcpServers": {
    "lore-context-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/lore-context/lore-context-mcp:0.6.0-alpha.1"
      ],
      "env": {
        "LORE_API_URL": "<your LORE_API_URL>",
        "LORE_API_KEY": "<your LORE_API_KEY>",
        "LORE_MCP_TRANSPORT": "<your LORE_MCP_TRANSPORT>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

REGISTRIES

Listed on 1 registry

ORGANIZATION

Lore-Context

Organization
Total servers
1
Total versions
2
VERSIONS

Available versions (2)

VersionPublished
0.6.0-alpha.1Apr 29, 2026
0.6.0-alpha.0Apr 29, 2026
FAQ

Frequently asked questions

What is Lore Context?
Governed AI-agent memory, Evidence Ledger traces, evals, and portable context tools.
Who maintains Lore Context?
Lore Context is maintained by Lore-Context, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
Is Lore Context an official MCP server?
Yes — Lore Context is listed on the Official MCP Registry.
How many versions does Lore Context have?
MCP Toplist tracks 2 versions of Lore Context, most recently published on Apr 29, 2026.
Where can I find the source code for Lore Context?
The source code for Lore Context is hosted at github.com/Lore-Context/lore-context.
EXPLORE