domain memory for Grok
io.github.mashware/domain-memory
Local-first MCP server serving a project's business-domain knowledge to MCP-compatible agents.
client:Grok
transport:stdio
runtime:npm
Install domain memory in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"domain-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mashware/domain-memory-server"
]
}
}
}
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