Skip to content
Cursor

Lore for Cursor

io.github.agentkitai/lore

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

client:Cursor transport:stdio runtime:pypi

Install Lore in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Lore in other clients