← Back to Plugins
MCP Server MCP

Lore

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx lore-sdk

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "lore-sdk",
      "version": "1.4.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "lore-sdk[mcp]",
          "type": "named",
          "name": "--from"
        }
      ],
      "packageArguments": [
        {
          "value": "lore-memory",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...