Skip to content
Claude Desktop

Lore Context for Claude Desktop

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

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

client:Claude Desktop transport:stdio runtime:npm

Install Lore Context in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Lore Context in other clients