Lore Context for Cline
io.github.lore-context/lore-context-mcp
Governed AI-agent memory, Evidence Ledger traces, evals, and portable context tools.
client:Cline
transport:stdio
runtime:npm
Install Lore Context in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"lore-context-mcp": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs