Lore Context for Cursor
io.github.lore-context/lore-context-mcp
Governed AI-agent memory, Evidence Ledger traces, evals, and portable context tools.
client:Cursor
transport:stdio
runtime:npm
Install Lore Context in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lore-context-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lore-context/server"
],
"env": {
"LORE_API_URL": "<LORE_API_URL>",
"LORE_API_KEY": "<LORE_API_KEY>",
"LORE_MCP_TRANSPORT": "<LORE_MCP_TRANSPORT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs