Loading MCP server directory, please wait...
Governed AI-agent memory, Evidence Ledger traces, evals, and portable context tools.
npx @getmcp/cli add io.github.Lore-Context/lore-context-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
LORE_API_URLBase URL of the Lore API that the MCP server should proxy tool calls to.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Lore-Context/lore-context-mcp": {
"command": "npx",
"args": [
"-y",
"@lore-context/server"
],
"env": {
"LORE_API_URL": "http://127.0.0.1:3000",
"LORE_API_KEY": "",
"LORE_MCP_TRANSPORT": "sdk"
}
}
}
}