ori memory for Grok
io.github.aayoawoyemi/ori-memory
Persistent memory infrastructure for AI agents. Identity, knowledge graph, and search.
client:Grok
transport:stdio
runtime:npm
Install ori memory in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ori-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ori-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