Skip to content

memory journal mcp for Zed

io.github.neverinfamous/memory-journal-mcp

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

client:Zed transport:stdio runtime:oci

Install memory journal mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

memory journal mcp in other clients