Skip to content
Zed

remem-mcp — Local-first MCP Memory + CodeGraph + Wiki for Zed

io.github.tinhien11/remem-mcp

Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.

client:Zed transport:stdio runtime:npm

Install remem-mcp — Local-first MCP Memory + CodeGraph + Wiki in Zed

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

{
  "context_servers": {
    "remem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "remem-mcp"
      ]
    }
  }
}

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

remem-mcp — Local-first MCP Memory + CodeGraph + Wiki in other clients