core for Grok
io.github.omega-memory/core
Persistent memory for AI coding agents. #1 on LongMemEval. Local-first.
client:Grok
transport:stdio
runtime:pypi
Install core in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"core": {
"type": "stdio",
"command": "uvx",
"args": [
"omega-memory"
]
}
}
}
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