Odel
lore

lore

Local
@jordanhindo13TypeScriptMITUpdated 2mo ago

Lightweight MCP for infinite agent memory. Any agent, any session, anytime.

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@jordanhindo/lorev0.1.1

Run

npx -y @jordanhindo/lore

MCP client config

{
  "mcpServers": {
    "lore": {
      "command": "npx",
      "args": [
        "-y",
        "@jordanhindo/lore"
      ]
    }
  }
}