loreweave for Cursor
io.github.lets-order-some-fries/loreweave
Durable agent memory over a markdown vault: bitemporal facts, timelines, hybrid graph search.
client:Cursor
transport:stdio
runtime:npm
Install loreweave in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"loreweave": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"loreweave"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs