Skip to content
Grok

memory journal mcp for Grok

io.github.neverinfamous/memory-journal-mcp

Developer journal with knowledge graphs, relationships, Git context, and semantic search

client:Grok transport:stdio runtime:oci

Install memory journal mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "memory-journal-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/writenotenow/memory-journal-mcp:v1.1.3"
      ]
    }
  }
}

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

memory journal mcp in other clients