Odel
Lore

Lore

Local
@agentkitai8PythonMITUpdated Yesterday

Cross-agent memory over MCP: hybrid recall, knowledge graph, private/shared visibility, redaction.

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

PyPIlore-sdkv1.4.2

Run

uvx lore-sdk

MCP client config

{
  "mcpServers": {
    "lore": {
      "command": "uvx",
      "args": [
        "lore-sdk"
      ]
    }
  }
}