project lore for Grok
io.github.tamas-fm/project-lore
A local-first MCP server that routes development tasks to authoritative project documentation.
client:Grok
transport:stdio
runtime:npm
Install project lore in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"project-lore": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"project-lore-mcp"
]
}
}
}
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