Lore Context for Grok
io.github.lore-context/lore-context-mcp
Governed AI-agent memory, Evidence Ledger traces, evals, and portable context tools.
client:Grok
transport:stdio
runtime:npm
Install Lore Context in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs