Skip to content
VS Code

Lore for VS Code

io.github.agentkitai/lore

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

client:VS Code transport:stdio runtime:pypi

Install Lore in VS Code

.vscode/mcp.json

{
  "servers": {
    "lore": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lore-sdk"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Lore in other clients