Inkwell for Grok
io.github.veronchenko/inkwell-memory
Persistent memory for AI agents: Markdown entries, hybrid search, typed graph links
client:Grok
transport:stdio
runtime:oci
Install Inkwell in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"inkwell-memory": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/foreigndmitryi/inkwell-memory:0.14.0"
],
"env": {
"INKWELL_DATA_PATH": "<INKWELL_DATA_PATH>",
"INKWELL_ENABLE_DASHBOARD": "<INKWELL_ENABLE_DASHBOARD>"
}
}
}
}
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