Lore Context for Zed
io.github.lore-context/lore-context-mcp
Governed AI-agent memory, Evidence Ledger traces, evals, and portable context tools.
client:Zed
transport:stdio
runtime:npm
Install Lore Context in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs