Callosium for Grok
io.github.callosium/callosium
One shared memory for every AI you use, in plain Markdown files you own.
client:Grok
transport:stdio
runtime:npm
Install Callosium in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"callosium": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"callosium"
],
"env": {
"CALLOSIUM_MODEL_DIR": "<CALLOSIUM_MODEL_DIR>"
}
}
}
}
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