Skip to content
Zed

mellos mapping for Zed

io.github.guangminju/mellos-mapping

Live layered dependency map for bottom-up development, drawn by the agent in a terminal pane.

client:Zed transport:stdio runtime:npm

Install mellos mapping in Zed

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

{
  "context_servers": {
    "mellos-mapping": {
      "command": "npx",
      "args": [
        "-y",
        "mellos-mapping"
      ]
    }
  }
}

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

mellos mapping in other clients