Skip to content
Zed

domain memory for Zed

io.github.mashware/domain-memory

Local-first MCP server serving a project's business-domain knowledge to MCP-compatible agents.

client:Zed transport:stdio runtime:npm

Install domain memory in Zed

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

{
  "context_servers": {
    "domain-memory": {
      "command": "npx",
      "args": [
        "-y",
        "@mashware/domain-memory-server"
      ]
    }
  }
}

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

domain memory in other clients