Lore Context for Windsurf
io.github.lore-context/lore-context-mcp
Governed AI-agent memory, Evidence Ledger traces, evals, and portable context tools.
client:Windsurf
transport:stdio
runtime:npm
Install Lore Context in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs