Skip to content

mcp ordali memory for Zed

io.github.robin-deruyck/mcp-ordali-memory

MCP server for Ordali memory: SQLite-backed project memory and governance traces.

client:Zed transport:stdio runtime:npm

Install mcp ordali memory in Zed

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

{
  "context_servers": {
    "mcp-ordali-memory": {
      "command": "npx",
      "args": [
        "-y",
        "@rdrco/mcp-ordali-memory"
      ]
    }
  }
}

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

mcp ordali memory in other clients